Difference between revisions of "Go"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 26: | Line 26: | ||
== Projects == | == Projects == | ||
* [[Kubernetes]] (2014) | * [[Kubernetes]] (2014) | ||
− | * [[GVisor]] | + | * [[GVisor]] (2018) |
* [[Grafana]] (2014) | * [[Grafana]] (2014) | ||
Revision as of 19:04, 28 October 2020
wikipedia:Go (programming language) (2009)
brew install go
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)
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: