This repository has been archived on 2022-02-25. You can view files and clone it, but cannot push or open issues/pull-requests.
clone/README.md

474 B

clone

Clone projects into a common GOPATH-like structure.

Uses the base path (in order of preference):

clone git.jojodev.com/jolheiser/clone.git

by default, on a Linux machine, would clone to /home/<user>/code/git.jojodev.com/jolheiser/clone

To cd into a newly cloned (or initialized) project:

cd $(clone --last)

License

MIT