XinYeYouKu/app/console/test.go

8 lines
72 B
Go
Raw Permalink Normal View History

2024-06-07 18:24:56 +08:00
package console
import "fmt"
func test() {
fmt.Println("run test")
}