3 lines
75 B
Text
3 lines
75 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
export GOPATH="$HOME/go"
|
||
|
|
path_append "$GOPATH/bin"
|