On Sunday, December 17, 2017 at 11:45:12 PM UTC+2, Compiler wrote: > > - https://en.wikipedia.org/wiki/Go_(programming_language) > - go build, which builds Go binaries using only information in the source > files themselves, no separate makefiles > - go test, for unit testing and microbenchmarks > - go fmt, for formatting code > - go get, for retrieving and installing remote packages > - go vet, a static analyzer looking for potential errors in code > - go run, a shortcut for building and executing code > - godoc, for displaying documentation or serving it via HTTP > - gorename, for renaming variables, functions, and so on in a type-safe > way > - go generate, a standard way to invoke code generators > > Please explain me. >
Have you seen https://golang.org/cmd/go/ HTH ain -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.