-
### Go version
go version go1.23.3 linux/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/root/.cache/go-build'
GOENV='/ro…
-
@Olshansk
For this file (persistence/schema/account.go) and all the others, I wanted to add a point about migrations & schemas that I feel pretty strongly about before moving forward.
I looked at…
-
Following up on https://github.com/golang/go/issues/46477#issuecomment-2101270785, this umbrella issue tracks additional actions we can take to help tool authors support the new go/types.Alias node. W…
-
# This is a Feature Proposal
## Description
Serverless Framework users should be able to define scripts (shell commands) that run on different phases (lifecycle events) so they are able to custo…
-
For asking questions, see:
- [GitHub Discussions (Q&A)](https://github.com/golang/vscode-go/discussions/categories/q-a)
- [`#vscode` channel in Gophers Slack](https://invite.slack.golangbridge.org/m…
-
### What version of rules_go are you using?
0.46
### What version of Bazel are you using?
6.1.0
### Does this issue reproduce with the latest releases of all the above?
I am very co…
-
**What would you like to be added**:
Example helm https://github.com/helm/helm/issues/13243
Example coredns https://github.com/coredns/coredns/blob/master/.github/workflows/scorecards.yml
…
-
I'm using the following versions of libraries:
```
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
google.golang.org/protobuf v1.27.1
libprotoc 3.19.4
```
Here is my test …
-
```
#!watchflakes
default
-
#### What did you do?
main.go
```go
package main
import (
"go/types"
"log"
"golang.org/x/tools/go/packages"
"golang.org/x/tools/go/ssa"
"golang.org/x/tools/go/ssa/interp"
"golang.o…