-
The merge of https://github.com/open-telemetry/opentelemetry-collector/pull/10160 causes issues w/ gogenerate
-
## Motivation
When we add a patch for the govpp we should make sure that we don't have a diff when run `go generate`.
## TODO
- [ ] Add a ci job for checking that `go generate` doesn't produ…
-
https://github.com/golang/go/issues/25922 gives guidance on the best practice for adding tool dependencies to a module. In short, the tool dependencies get added to the main module via "fake" imports …
-
Even in cases where the goodness should be basically similar, they're _way_ too far out in front.
![screen shot 2016-07-06 at 3 59 46 pm](https://cloud.githubusercontent.com/assets/12029/16637262/ce3…
-
The good folks over at stackoverflow don't like my quite reasonable question asking [where is the specification for godoc itself](https://stackoverflow.com/questions/53101458/where-is-the-specificatio…
-
### What did you do? (required: The issue will be **closed** when not provided)
In my Golang project, I had a package named `service`. In this package, I had a file where I was defining two interfa…
-
Like the title reads. When generating a struct containing a time.Time field I get this use of un-exported, e.g. `time.zone`:
```go
func deriveDeepCopy_15(dst, src *time.Location) {
src_v := refl…
-
Hi,
I have followed the docs and installed lunarvim fresh as of today.
I found ~/.config/lvim/config.lua to contain only 4 comments and no configuration at all.
So I copied the https://github.c…
-
**UPDATE: 2024-07-29**: the latest proposal can be found [here](https://go.googlesource.com/proposal/+/54d6775ff71ccbc00c276db2a4e4841d67011cf4/design/48429-go-tool-modules.md).
----
### Backgro…
-
### Problem description
I've just updated Lunarvim and plugins and now getting this when I launch. I've tried adding `require("mason").setup()` but that breaks the `:Mason` command entirely and gen…