Skip to content

cherkavi/golang-example

Repository files navigation

golang-example

examples (some trick points) of using GoLang programming language

difference in reference

tools

build for specific platform:

env GOOS=windows GOARCH=amd64 go build

TODO