https://github.com/vito/gocart
Go Dependency Manager
https://github.com/vito/gocart
Last synced: 22 days ago
JSON representation
Go Dependency Manager
- Host: GitHub
- URL: https://github.com/vito/gocart
- Owner: vito
- License: mit
- Created: 2013-08-20T04:17:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T18:08:22.000Z (over 12 years ago)
- Last Synced: 2025-07-01T13:04:50.686Z (about 1 year ago)
- Language: Go
- Size: 449 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
______________________________________________
_______________________ __________________ _________ /_
_______________ __ `/ __ \ ___/ __ `/_ ___/ __/
__________ /_/ // /_/ / /__ / /_/ /_ / / /_
________________\__, / \____/\___/ \__,_/ /_/ \__/
____________/____/
A Go Package Manager
= About
Gocart helps you keep your Go source dependencies at a stable and dependable
versions.
= Installation
$ go get github.com/vito/gocart
= Usage
Create a `Cartridge` file that lists the import path and source control version
for your dependencies, for example:
github.com/xoebus/kingpin master
While in the same directory as your new file run the command `gocart install`.
Your dependencies will be installed into your GOPATH with your requested
versions. You may use any valid (for the particular dependency) source control
reference for the version number.
= Authors
* Alex Suraci
* Chris Brown
* Onsi Fakhouri