User Tools

Site Tools


golang

Differences

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

Link to this comparison view

Next revision
Previous revision
golang [2023/05/23 02:30] – created kashifshahgolang [2024/09/04 07:08] (current) – – hc9
Line 1: Line 1:
 +====== golang ======
 +
 +===== Setup =====
 +
 In your ''.profile'' (or ''.bashrc'', ''.zshrc'', etc): In your ''.profile'' (or ''.bashrc'', ''.zshrc'', etc):
  
Line 8: Line 12:
 <code bash>GOROOT=/usr/pkg/go120 <code bash>GOROOT=/usr/pkg/go120
 PATH=$GOROOT/bin:$PATH</code> PATH=$GOROOT/bin:$PATH</code>
 +
 +===== Resources =====
 +
 +  * [[https://go.dev/doc/|Documentation]] – official documentation
 +  * [[https://github.com/golang/go]] – official git repository
 +  * [[https://go.dev/]] – official website
 +  * [[https://gobyexample.com/|Go by Examaple]] – hands-on introduction to go
 +  * [[https://go.dev/tour/welcome/1|A Tour of Go]] – interactive tutorial
 +
golang.1684809014.txt · Last modified: 2023/05/23 02:30 by kashifshah