An open API service indexing awesome lists of open source software.

https://github.com/casey/g

a better go
https://github.com/casey/g

Last synced: 8 months ago
JSON representation

a better go

Awesome Lists containing this project

README

          

g
=

g is a better go. Instead of using the $GOPATH environment variable it searches upwards from the current directory for a file named `.gopath`. It then sets $GOPATH to be equal to the directory in which it found that file and executes go, forwarding all arguments.