aboutsummaryrefslogtreecommitdiff
path: root/installer/go_install.sh
blob: d60925b5b39d673f8183e5784634c3d405e765d8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Usage
# $ go_install [EXECUTABLE_NAME] [GO_GET_URLPATH]

set -e

GOPATH=$(pwd)/go
go get "$2"
ln -s "./go/bin/$1" .