Go 开发包安装工具 GIGO
- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/LyricalSecurity/gigo
- 软件文档: https://github.com/LyricalSecurity/gigo
软件介绍
在 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
Head First HTML5 Programming
Eric Freeman、Elisabeth Robson / O'Reilly Media / 2011-10-18 / USD 49.99
What can HTML5 do for you? If you're a web developer looking to use this new version of HTML, you might be wondering how much has really changed. Head First HTML5 Programming introduces the key featur......一起来看看 《Head First HTML5 Programming》 这本书的介绍吧!
