github.com/giovannyortegon/go@v0.0.0-20220115155912-8890063f5bdd/README.md (about)

     1  # GO
     2  
     3  Fundamentals, Web, Data Base (MySql) and RestAPI.
     4  
     5  ## Go enviroment configuration
     6  
     7  ``
     8  export GOROOT=/usr/local/go
     9  ``
    10  
    11  ``
    12  export GOPATH=$HOME/Documents/go/src/
    13  ``
    14  
    15  ``
    16  export GOBIN=$HOME/Documents/go/bin
    17  ``
    18  
    19  ``
    20  export PATH=$GOBIN:$PATH
    21  ``
    22  
    23  ``
    24  export PATH=$GOROOT/bin:$PATH
    25  ``
    26