package main import "fmt" func main() { fmt.Println("Hello, world.") } Now you can build and install that program with the go tool: $ go install example/user/ ...
確定! 回上一頁