Difference between revisions of "Go"
Jump to navigation
Jump to search
(→Tools) |
|||
Line 1: | Line 1: | ||
− | [[wikipedia:Go (programming language)]] ([[2009]]) | + | [[wikipedia:Go (programming language)]] (Nov [[2009]]) |
* [[Concurrent]] | * [[Concurrent]] |
Revision as of 20:01, 10 December 2021
wikipedia:Go (programming language) (Nov 2009)
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: