Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 600 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 600 Bytes

Log daemon

  1. put below lines in you .bashrc with proper directory configuration or execute it before using this branch
    export GOROOT=/usr/lib/go/bin               // it depends on your OS system go installation & your choice
    export GOPATH=~/Code/golang                 // your go work space directory
    export GOBIN=$GOPATH/bin
    go env -w GO111MODULE=auto
    export PATH=$PATH:$GOROOT/bin


    Recoomend to clone this repo on $GOPATH/src/

To understand more about GOPATH/GOBIN refer this page : https://github.com/golang/vscode-go/blob/master/docs/gopath.md/usr/lib/go/bin