-
### What version of gazelle are you using?
0.38.0
### What version of rules_go are you using?
0.49.0
### What version of Bazel are you using?
7.3.0rc2
### Does this issue reproduce with th…
-
After the implementation of [1] (pushing microbenchmark data to InfluxDB) it should be possible to tailor [2] & [3] (the Golang microbenchmark dashboard app source) to display our weekly microbenchmar…
-
假设我们定义了一个接口,譬如:fmt.Stringer
我们可以定义函数类型,让相同签名的函数自动实现某个接口
```
type FuncString func() string
func (f FuncString) String() string {
return f()
}
func main() {
var t fmt.Stringer = FuncSt…
-
### Description of new feature
Would be great if the `Conn` was a generic interface.
Like:
```go
// ConnG is a generic interface of underlying connection.
type ConnG[Ctx any] interface {
Rea…
-
# Contact us
> For any immediate issues or help , reach out to us at NetScaler-AutomationToolkit@cloud.com !
# Bug Report
**Describe the bug**
Importing citrixadc_systemfile fails with error…
-
Why do you still require `github.com/golang/dep`? This project is dead.
```
% go install github.com/sonatype-nexus-community/nancy
# github.com/golang/dep/gps
../go/pkg/mod/github.com/golang/dep…
-
### Prerequisites
- [X] I have searched all issues/PRs to ensure it has not already been reported or fixed.
### Criteria
- [X] Reasonably well-known and widely used (e.g. if it's a GitHub project, …
-
### Go version
go version go1.22.1 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='auto'
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/usr/Library/Caches/go-build'
…
-
### What happens?
I'm experimenting with the ADBC golang API. I have a workload that alternately ingests and deletes all rows in a table using the Go ADBC `bind` interface. When left running, memory …
-
Please see the sample code, thanks.
Go Playground
https://play.golang.org/p/BOX6SegTxhO
```go
package main
import (
"log"
yamlv2 "gopkg.in/yaml.v2"
yamlv3 "gopkg.in/yaml.v3"
)
…