-
**Context and scope**
Move`ids/test_generator.go` into it's own `idstest` package.
-
Right now we have a test_package for each package, this is against the go best practices. it would be better to have the unit tests in the same package as the code being tested
-
### Go version
go1.21.13 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN='/home/caleb/bin'
GOCACHE='/home/caleb/.cache/go-build'
GOENV=…
-
Is your feature request related to a problem? Please describe:
In the code we used `"github.com/go-kit/kit/log"` which has been deprecated.
Describe the solution you'd like:
Replace `"github.com…
-
**Describe the bug**
- model.proto :
```protobuf
syntax = "proto3";
package svc;
option go_package = "svc/model";
message Model {
// 这里定义一个嵌套的 message
message SubModel {
…
-
### HTTP
1.[requests](https://github.com/carlmjohnson/requests)
-
### What would you like to be added?
There has been a commit in the main branch for at least 10 months that adds option go_package: https://github.com/etcd-io/etcd/blob/main/server/storage/wal/walpb/…
-
We could use godoc for adding go packages documentation existing in $GOPATH to zeal.
-
I want to report that the go to definition feature is not working for packages. It does work for base functions and functions defined in the main module. Here is a [discourse](https://discourse.julial…
-
```console
...
go: finding module for package github.com/AllenDang/cimgui-go/cwrappers/ImGuiColorTextEdit/vendor/regex/test/pathology
go: finding module for package github.com/AllenDang/cimgui-go/c…