Created
April 26, 2019 01:35
-
-
Save Ouroboros/4c63f0ea2739f819e7db1fe5cae1788e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
CURRENT_DIR=`pwd` | |
PROJECT_DIR=`dirname $CURRENT_DIR` | |
GOPATH=$PROJECT_DIR:$GOPATH go $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment