golang
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
golang [2023/05/23 02:30] – created kashifshah | golang [2024/09/04 07:08] (current) – – hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== golang ====== | ||
+ | |||
+ | ===== Setup ===== | ||
+ | |||
+ | In your '' | ||
+ | |||
+ | Be sure to set '' | ||
+ | wish to use. Then add '' | ||
+ | |||
+ | e.g., for go 1.20.4, add the following to the end of your '' | ||
+ | |||
+ | <code bash> | ||
+ | PATH=$GOROOT/ | ||
+ | |||
+ | ===== Resources ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||