Skip to content
Snippets Groups Projects

No longer need to set PATH for workhorse development

Merged Jacob Vosmaer (GitLab) requested to merge no-workhorse-path into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
export GOPATH=$(pwd)
echo "GOPATH=$GOPATH"
export PATH=$(pwd)/bin:$PATH
echo "PATH=$PATH"
\ No newline at end of file
Loading