GIGO - Go 开发包安装工具


MIT
跨平台
Google Go

软件简介

在 Go 程序开发中,获取某个包是很困难的,因为可能多个包的冲突问题、私有库等,而 GIGO (Gigo Installer for Go)
就是尝试来解决这个问题,你可以把它当作是 Go 语言的 Python PIP

使用方法:

gigo install github.com/BurntSushi/toml
gigo install github.com/BurntSushi/toml github.com/kr/fs
gigo install -r requirements.txt
gigo uninstall github.com/BurntSushi/toml
gigo --help