Go - Hello World

PHOTO EMBED

Sat Dec 26 2020 16:21:53 GMT+0000 (Coordinated Universal Time)

Saved by @robertjbass #go

package main

import (
	"fmt"
)

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

Just a reminder of the formatting for a new project

https://play.golang.org/