Linke Spalte
Erklärtext. Akzente mit Farbe setzen.
Code-Beispiel
// Kommentar func beispiel(x int) string { return "Hallo" }
Spalte 1
// Beispiel 1 type Foo struct { Name string }
Spalte 2
// Beispiel 2 for i := 0; i < 10; i++ { fmt.Println(i) }
Spalte 3
// Beispiel 3 go func() { ch <- 42 }()