Go语言学习的主页
golang.com
[一品威客][1]
[1]: http://www.epweike.com/index.php?do=prom&epi=698635&p=index
Hello World 程序
// You can edit this code!
// Click here and start typing.
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
#1