最适合网络开发者的网站
Golang。初学者课程

尿素 Es De

Go Tutorial

is a popular programming language.

is used to create computer programs.

Start learning Go now »

Examples in Each Chapter

Our "Try it Yourself" editor makes it easy to learn Go. You can edit Go code and view the result in your browser.

例子

软件包 main
导入(“fmt”)

函数main(){
  fmt.Println("Hello World!")
}
亲自尝试 »

Click on the "Try it Yourself" button to see how it works.


围棋练习

通过练习测试自己

锻炼:

Insert the missing part of the code below to output "Hello World".

package main
import ("fmt")
func main() { ("Hello World!") }