bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths
Learn/Go/Go Tutorial
Go•Go Tutorial

Go Tutorial

Learn Go

Go is a popular programming language.

Go is used to create computer programs.

Example

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

Next

Go Introduction