com.snow.auto_monitor/app/console/test.go

8 lines
72 B
Go
Raw Permalink Normal View History

2024-07-12 18:11:21 +08:00
package console
import "fmt"
func test() {
fmt.Println("run test")
}