Inspiration
I was inspired by the theme of "create something to teach someone else something".
What it is
It's a simple pdf file that I make where people can see what the go hello world syntax looks like, how to install it, and a useful set of links to explore go including the documentation links.
A simple go program to print "Hello local hack day"
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
Go and check the link below to get the file

Log in or sign up for Devpost to join the conversation.