/helloworld

Hello World for Golang

Primary LanguageGoMIT LicenseMIT

helloworld

Build Status

Hello World for Golang

Simple Command

Run golang program

go run main.go

Testing

go test

Build binary

go build

Install binary

go install