package main import "fmt" //export test func test(){ fmt.Println("hello world!!!") } func main(){ test }