Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 345 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 345 Bytes

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