DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Go

Lessons available

core Extensions: .go Official docs ↗
Open lessons References Exercises Examples Back to Languages
Summary

Go is a simple compiled language designed for fast servers and tooling.

Slug
go
Tier
core
Extensions
.go
Hello World
package main
import "fmt"
func main(){
  fmt.Println("Hello, World!")
}

Tip: you can expand this page later with official docs + trusted references.