https://github.com/megawubs/get
Get a git project by its url and clone it in the go directory structure
https://github.com/megawubs/get
git go golang
Last synced: about 1 month ago
JSON representation
Get a git project by its url and clone it in the go directory structure
- Host: GitHub
- URL: https://github.com/megawubs/get
- Owner: megawubs
- Created: 2018-03-30T13:23:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T14:33:07.000Z (over 8 years ago)
- Last Synced: 2025-08-16T05:45:25.424Z (11 months ago)
- Topics: git, go, golang
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
get
====
This is a simple utility that clones a given git repo into your go path src. Just like `go get`, but this one is for every kind of git repo.
to install run `go install github.com/megawubs/get`
Make sure you have your `$GOPATH` env variable set and added `$GOPATH/bin` to your path