Top "Glide-golang" questions

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.

MINGW64 "make build" error: "bash: make: command not found"

I am working on Windows 10. I want to run a "make build" in MINGW64 but following error comes up: $ make …

bash go makefile mingw glide-golang
exit status 128 while cloning the git repository while getting go package from Github location

I want to configure the GoLang GB compiler for the projects in my local. based on the documentation given in …

github go glide-golang
Glide cannot find package "." in

My project tree is $GOPATH/src/gillab.myfirm.ru/golang/rkn I try to use glide for get dependency glide …

go glide-golang
How make go import packages from vendor?

I was checking the vendor feature in go with glide. It was awesome installing all packages but I couldn't manage …

go glide-golang