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
Hello World for Golang
Run golang program
go run main.go
Testing
go test
Build binary
go build
Install binary
go install