git-subtree-dir: golang-install git-subtree-split: 258f94f6120bbf99f4c9133c9ab5826dcd359fbe
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
unset GOROOT
|
|
unset GOPATH
|
|
"$(dirname "$0")/../goinstall.sh"
|