Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 219 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 219 Bytes

helloworld

Hello World for Golang

Simple Command

Run golang program

go run main.go      

Testing

go test

Build binary

go build

Install binary

go install