Skip to content

Instantly share code, notes, and snippets.

@terryh
Created February 7, 2013 15:51
Show Gist options
  • Select an option

  • Save terryh/4731803 to your computer and use it in GitHub Desktop.

Select an option

Save terryh/4731803 to your computer and use it in GitHub Desktop.
simple proxy command to ack like npm for node.js.
#!/bin/bash
# Uasge:
# gopm get some package from github
# gopm run yourmain.go
export GOPATH=$PWD
go $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment