Difference between revisions of "Go"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
* <code>[[go mod]] init</code>
 
* <code>[[go mod]] init</code>
 
* <code>[[go list]]</code>
 
* <code>[[go list]]</code>
 +
* [[go tool]]
 +
** [[go tool pprof]]
  
 
== Examples ==
 
== Examples ==
Line 54: Line 56:
 
== See also ==
 
== See also ==
 
* https://en.wikipedia.org/wiki/Go_(programming_language)#Version_history
 
* https://en.wikipedia.org/wiki/Go_(programming_language)#Version_history
 +
* {{go tool}}
 
* {{Go}}
 
* {{Go}}
  
 
[[Category:Programming]]
 
[[Category:Programming]]
 
[[Category:Go]]
 
[[Category:Go]]

Latest revision as of 09:09, 8 August 2024

wikipedia:Go (programming language) (Nov 2009)

Installation[edit]


wget https://go.dev/dl/go1.20.3.linux-arm64.tar.gz
 rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.3.linux-arm64.tar.gz && export PATH=$PATH:/usr/local/go/bin &&  go version

Commands[edit]

Examples[edit]

Activities[edit]

Projects[edit]

Errors[edit]

Related[edit]

See also[edit]

Advertising: