Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tools:golang [2024/08/30 11:18] – created darrontools:golang [2024/08/30 11:26] (current) – [Install] darron
Line 1: Line 1:
 +
 ====golang==== ====golang====
 +
 +===Install===
 +
 +==1.19==
  
 <code> <code>
 +apt install golang
 </code> </code>
 +
 +==1.23==
 +
 +<code>
 +wget https://go.dev/dl/go1.23.0.linux-arm64.tar.gz
 +tar xvf go1.23.0.linux-arm64.tar.gz -C /opt
 +</code>
 +
 +Add /opt/go/bin to $PATH
 +
 +
 +
  
 ===Resource=== ===Resource===
  
 [[https://go.dev/dl/|Download page]] [[https://go.dev/dl/|Download page]]