Useful commands

See the current Go path

go env GOPATH

Run a single go file

go run filename.go

build the final go application

go build

Comments

Popular posts from this blog