https://github.com/casey/g
a better go
https://github.com/casey/g
Last synced: 8 months ago
JSON representation
a better go
- Host: GitHub
- URL: https://github.com/casey/g
- Owner: casey
- License: other
- Created: 2015-12-11T21:25:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T21:27:45.000Z (over 10 years ago)
- Last Synced: 2025-02-14T01:18:25.255Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.