Difference between revisions of "Go"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Installation == | == Installation == | ||
− | <code>[[brew install go]]</code> | + | * macOS: <code>[[brew install go]]</code> |
+ | * [[Ubuntu]]: <code>[[apt install golang-go]]</code> | ||
== Tools == | == Tools == |
Revision as of 19:52, 10 December 2021
wikipedia:Go (programming language) (2009)
Contents
Installation
Tools
go build
, which builds Go binaries using only information in the source files themselves, no separate makefilesgo install
go test
, for unit testing and microbenchmarksgo fmt
, for formatting codego get
, for retrieving and installing remote packagesgo vet
, a static analyzer looking for potential errors in codego run
, a shortcut for building and executing codegodoc
, for displaying documentation or serving it via HTTPgorename
, for renaming variables, functions, and so on in a type-safe waygo generate
, a standard way to invoke code generatorsgo mod
initgo list
Examples:
Projects
- Kubernetes (2014)
- GVisor (2018)
- Grafana (2014)
Related
See also
- https://en.wikipedia.org/wiki/Go_(programming_language)#Version_history
- Go, Gorutine:
go [ mod
|list
|fmt
,for
|build
|get
|version
|env | install | test
]go help
, Go template, Echo go web framework, Go packages, Blank identifier - Programming languages: C, glibc, musl, C++, gcc, Conan, make, Class warfare, Clang, Hello, World! (C),
puts
, array, Lisp
Advertising: