go-packages Questions
17
Solved
I'm writing a Go project inside my GoPath, and i'm using the Redigo package for connecting to a Redis Server. The application runs fine, however in VSCode there is this annoying error on package im...
Breakaway asked 23/10, 2019 at 8:25
1
I've been trying to create and publish a golang SDK for my web application: https://datelist.io
Everything works well on my local setup. However, things are started to get more difficult once I'd l...
Headway asked 8/8, 2021 at 5:5
2
I'm pretty new to golang and docker so after looking around in many threads and internet resources I ended up confused about how I should set things up.
My problem is that I'm facing a docker buil...
Scapular asked 30/12, 2019 at 12:10
1
Solved
I'm trying to connect to my local Kubernetes cluster hosted on minikube, here's the code for the same, now when I do go run minikube.go, it gives me an error saying:
../../../pkg/mod/k8s.io/[email&...
Hartwig asked 30/8, 2020 at 8:19
2
Solved
I can not find a way to factor out some code from main.go into a local package when using Go modules (go version >= 1.11) outside of $GOPATH.
I am not importing any external dependencies that need...
Rica asked 31/3, 2019 at 16:15
3
Is there a way in Go to list all the standard/built-in packages (i.e., the packages which come installed with a Go installation)?
I have a list of packages and I want to figure out which packages ...
Supernumerary asked 23/4, 2019 at 8:41
1
© 2022 - 2024 — McMap. All rights reserved.