Difference between revisions of "Go"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 28: | Line 28: | ||
* [[GVisor]] (2018) | * [[GVisor]] (2018) | ||
* [[Grafana]] (2014) | * [[Grafana]] (2014) | ||
+ | |||
+ | == Related == | ||
+ | * [[Class Inheritance]] | ||
== See also == | == See also == |
Revision as of 01:28, 16 November 2021
wikipedia:Go (programming language) (2009)
brew install go
Contents
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: