Skip to content

Commit

Permalink
feat(go): add $GOBIN to path
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed May 27, 2021
1 parent 796dea2 commit 6284dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/go/env.zsh
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export GOPATH=~/dev/go
export GOBIN="$GOPATH/bin"

path=( $GOBIN $path )

0 comments on commit 6284dc1

Please sign in to comment.