-
### What happened?
Currently if you run `go get https://github.com/OneSignal/onesignal-go-api` you get the 1.0.4 version.
This version has a wrong interface for the CreateNotification request. It …
-
All standard library flags since Go 1.2 implement the Getter interface and I think that pflag should do it too.
https://github.com/golang/go/blob/master/src/flag/flag.go#L306
```go
// Getter is a…
-
## Description
There's this itch that I felt developing with Go through the years and I've been having a hard time nailing what exactly it is.
Here's my attempt at writing it down.
```go
type …
-
# Title: Unification of Container Disk and Hotplug Features in KubeVirt
## Description
Kubevirt [1] boasts several innovative features, with Container Disk [2] and Hotplug [3] of Persistent Volume C…
-
[Golang Magic: Modify Return Value Using Deferred Function](https://medium0.com/@riandyrn/golang-magic-modify-return-value-using-deferred-function-ed0eabdaa75)
-
The code.google.com/p/go.text/encoding/charmap package contains variable pairs like:
var CodePage437 encoding.Encoding = &codePage437
var codePage437 = charmap{ /* a data table */ }
encoding.Enc…
-
For `err.(MyErrType)`, the linter says `invalid direct cast on error object`, but sometimes there are legitimate reasons to do so. For example, when implementing `errors.RegisterLeaf{Encoder,Decoder}`…
-
I'm pretty new to go, so please excuse me if this has an obvious solution or is user error.
When I `go get -v ./...`, I get the following errors:
```
github.com/sogko/todomvc-relay-go/data
# github.…
-
`cmp.FilterValues` expects a function of the signature `func(T, T) bool` where the function is called with values from both the left argument and the right argument.
I propose the addition of `cmpo…
dsnet updated
9 months ago
-
AFAIK, protocol buffer client is only available for native kube resources
and a handful of OpenShift resources (not sure about the exact list). It
is not available for Custom Resources.
```
{"…