package test import ( "fmt" ) func Test() { fmt.Printf("test") }