Created
          January 28, 2019 16:31 
        
      - 
      
- 
        Save flarco/8efabd06bfa3e41712b88039d5c2413a to your computer and use it in GitHub Desktop. 
    Install go
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | TARGET=/usr/local | |
| # download https://golang.org/ | |
| wget https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz | |
| sudo tar -C $TARGET -xzf go1.11.5.linux-amd64.tar.gz | |
| export PATH=$PATH:$TARGET/go/bin | |
| nano $HOME/.profile | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment