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

尿素

Go Compiler


Go Compiler (Editor)

With our online Go compiler, you can edit Go code, and view the result in your browser.


例子

package main
import ("fmt")

func main() {
  fmt.Println("Hello World!")
}
Hello World!
Try it Yourself »

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


Go Compiler Explained

The window to the left is editable - edit the code and click on the "Run" button to view the result in the right window.

The icons are explained in the table below:

Icon 描述
Go to 22ae.com
Menu button for more options
Change orientation (horizontally or vertically)
Change color theme (dark or light)

If you don't know Go, we suggest that you read our Go 教程 from scratch.