Go

From Omnia
Revision as of 18:55, 3 June 2023 by Kenneth (talk | contribs) (→‎Ungoogable)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub for Go programming language

Ungoogable

https://www.google.com/search?q=golang

Issues:

  • Name "Go" is ungoogable / hastagable (use golang) *** MOST ANNOYING ***

Hello World

// Hello World
package main

import "fmt"

func main() {
	fmt.Println("Hello, world")
}

Online Go Editor and Runner

https://go.dev/

keywords