Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 541 forks source link

fix #977 #979

Closed mcandre closed 4 months ago

mcandre commented 6 years ago

Adopt modern Go project structure conventions, so that glide can be installed by the much simpler go get github.com/Masterminds/glide/... command, like other Go programs. For local development of glide itself, cd cmd/glide; go install can recompile and reinstall glide.

mcandre commented 6 years ago

Hmm, looks like the Makefile, glide_test.go, and Makefile integration test each need minor tweaking to accommodate the new project structure.