mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 14:14:53 +08:00
11 lines
103 B
Go
11 lines
103 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func runDoctor() error {
|
|
fmt.Println("bat doctor: ok")
|
|
return nil
|
|
}
|