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

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

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