glide-golang Questions

11

Solved

I am working on Windows 10. I want to run a "make build" in MINGW64 but following error comes up: $ make build bash: make: command not found I want to build Glide for Golang I tried following: ...
Heymann asked 21/4, 2016 at 13:13

3

As i have not found in Close() function with *gorm instance, any help would be appreciated dbURI := fmt.Sprintf("user=%s password=%s dbname=%s port=%s sslmode=%s TimeZone=%s", "user...
Obituary asked 9/9, 2020 at 16:46

2

Solved

I am looking to create reproducible builds with go. For individual projects we are using glide. So for example I use: glide get github.com/stretchr/testify to fix the version of the "testify" ...
Stonge asked 31/10, 2018 at 14:49

2

I'm trying to deploy a small test app to Google App Engine (standard). I get an error if I include any vendor libraries. This is the error I get when trying to deploy % gcloud app deploy Services...
Polycotyledon asked 9/7, 2017 at 13:15

2

My project tree is $GOPATH/src/gillab.myfirm.ru/golang/rkn I try to use glide for get dependency glide install and I am stuck with a problem: [ERROR] Error scanning gitlab.myfirm.ru/golang/rkn/ev...
Pita asked 18/12, 2017 at 20:36

1

Solved

I want to configure the GoLang GB compiler for the projects in my local. based on the documentation given in the url I am trying to get the gb compiler using the command its returning status cod...
Redistrict asked 23/10, 2017 at 11:3

2

I'm working on a Go project that uses Glide for dependency management. I need to make changes to the project, but also to several dependencies used by the project. I need to test these changes toge...
Montoya asked 28/6, 2017 at 12:39

1

I'm running go1.6 and am getting the follow error when running "go build" in GOPATH (/Users/bweidlich/Projects/go) main.go:6:2: cannot find package "github.com/spf13/viper" in any of: /usr/local/g...
Mckinnie asked 20/3, 2016 at 21:27
1

© 2022 - 2024 — McMap. All rights reserved.