-
Not sure if this is just not possible, but would be cool if it worked on Mac laptops too :)
fails at
# github.com/nextdhcp/nextdhcp/core/socket
../../../pkg/mod/github.com/nextdhcp/nextdhcp@v0.6.…
-
As far as I can tell the Go standard library doesn't have a package named crypto/ecdh. So when I attempt to Make Build I am running into the following error....
PATH="/usr/bin":/usr/local/sbin:/usr…
-
go-swagger is very pointer happy it still has an issue for patching objects because with pointers because we don't know if it was actually a value that was set or if it was a value that's nil.
So i t…
-
### What is the version?
3.3.8-3.6.0
### What happened?
```
bash-5.2# make binary
go generate ./...
go: downloading github.com/NVIDIA/go-nvml v0.12.0-2
go: downloading google.golang.org/grpc v1.64.…
-
### Component(s)
_No response_
### What happened?
**There are years old versions and currennt available**
This Markdown list contains all the oudated Go packages and their corresponding ve…
-
Given the following **controller/controller.go**:
```go
package controller
type Controller struct {}
type User struct {
Name string `json:"name"`
Email string `json:"email"`
}
func…
-
## Problem statement
In order to ensure that a field is included into responses (doesn't have `omitempty` struct field attribute) it should be listed in the required array. On the other hand if the s…
-
This is the error I get when I try to run `make` in my Mac:
```
patro:ibmcloud-object-storage-plugin edu$ make
echo "Installing dependencies ..."
Installing dependencies ...
glide install --str…
-
I struggled a bit to get the example running from the [README.md](README.md).
```bash
docker run -it --rm \
--volume $(pwd):/app:rw
ghcr.io/slok/kube-code-generator:v0.2.0 \
--apis-in ./a…
tkrop updated
3 months ago
-
In a fresh install, go get seems to take 6 minutes to get all dependencies
Replicate:
- `docker run -it golang:alpine3.11 /bin/sh`
- `apk add --no-cache git`
- `cd ..`
- `go get -u -v github.co…