main.go 源码
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
// For more tutorials : https://learngoprogramming.com
// In-person training : https://www.linkedin.com/in/inancgumus/
// Follow me on twitter: https://twitter.com/inancgumus
package main
func main() {
// 取消下面代码行的注释,然后保存文件。
//
// 可以看到 Gofmt 工具将自动格式化代码。
// https://golang.org/cmd/gofmt/
//
// 这是因为,Go 语言并不关心
// 在语句之间是否使用分号
//
// 毕竟,它会自动添加它们
/*
fmt.Println("inanc"); fmt.Println("lina"); fmt.Println("ebru");
*/
}
你可能感兴趣的文章
go main
go main
go main
go main
go main
go Header
go main
go main
go main
go main