Skip to content

Instantly share code, notes, and snippets.

@Ouroboros
Created April 26, 2019 01:35
Show Gist options
  • Save Ouroboros/4c63f0ea2739f819e7db1fe5cae1788e to your computer and use it in GitHub Desktop.
Save Ouroboros/4c63f0ea2739f819e7db1fe5cae1788e to your computer and use it in GitHub Desktop.
#!/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