package test import ( "fmt" "testing" ) func Test(t *testing.T) { fmt.Println("test") }