at release-16.03-start 5 lines 96 B view raw
1addToGoPath() { 2 addToSearchPath GOPATH $1/share/go 3} 4 5envHooks=(${envHooks[@]} addToGoPath)