package main import ( "fmt" "./show" ) func main() { test1.Test1() fmt.Println("MAIN") show.Show1() }
编辑器自动引入