/gohello

golang 101

Primary LanguageGo

gohello

go mod init github.com/ImScientist/gohello

# to add module requirements and sums:
go mod tidy

go test