Tutorial: Get started with Go - The Go Programming Language

PHOTO EMBED

Mon Feb 07 2022 19:16:26 GMT+0000 (Coordinated Universal Time)

Saved by @joel113 #go

package main

import "fmt"

import "rsc.io/quote"

func main() {
    fmt.Println(quote.Go())
}
content_copyCOPY

https://go.dev/doc/tutorial/getting-started