5 lines
98 B
Bash
5 lines
98 B
Bash
addToGoPath() {
|
|
addToSearchPath GOPATH $1/share/go
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addToGoPath
|