diff options
author | cs <cs@FreeBSD.org> | 2016-12-16 05:45:07 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2016-12-16 05:45:07 +0800 |
commit | ab666a921ef4ab0805fb83e9b2be7ac1aa50953a (patch) | |
tree | 8f03c3c25f8d628f53207f1c17367f879ce37536 /devel/Makefile | |
parent | 08012cd838d9e670e256746c49a9c036bc96013c (diff) | |
download | freebsd-ports-gnome-ab666a921ef4ab0805fb83e9b2be7ac1aa50953a.tar.gz freebsd-ports-gnome-ab666a921ef4ab0805fb83e9b2be7ac1aa50953a.tar.zst freebsd-ports-gnome-ab666a921ef4ab0805fb83e9b2be7ac1aa50953a.zip |
Glide is a package manager for Go that is conceptually similar to package
managers for other languages such as Cargo for Rust, NPM for Node.js, Pip for
Python, Bundler for Ruby, and so forth.
WWW: https://glide.sh/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 85007dab5a40..b733f7fc64ee 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -749,6 +749,7 @@ SUBDIR += go-codec SUBDIR += go-faker SUBDIR += go-form + SUBDIR += go-glide SUBDIR += go-go.uuid SUBDIR += go-goregen SUBDIR += go-hashicorp-logutils |