YouChuKoffee/app/console/test.go

8 lines
72 B
Go
Raw Normal View History

2024-06-17 14:18:39 +08:00
package console
import "fmt"
func test() {
fmt.Println("run test")
}