-
Any discussion is of course opinionated, but I'm typically using:
- golangci-lint
- goreleaser
- and sometimes seihon (multi-arch docker builder)
andig updated
5 years ago
-
Add support to `obs-service-go_modules` for vendoring with upstream projects using [workspaces](https://go.dev/ref/mod#workspaces). When a Go project has a workspace `go.work` and `go.work.sum` commi…
-
### gopls version
0.16.2
### go env
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN='/Users/matthew/.local/share/mise/installs/go/1.22.3/bin'
GOCACHE='/Users/matthew/Library/Caches/go-build'
GOENV…
-
```
#!watchflakes
default
-
```
#!stacks
"bug.Reportf" &&
("cache.typeErrorsToDiagnostics.func1:+50" ||
"cache.typeErrorsToDiagnostics.func1:+80" ||
"cache.typeErrorsToDiagnostics.func1:+74")
```
This stack `q8FyvQ`…
-
**Describe the bug**
When installing a new version of Python the `python.default_packages_file` setting does not seem to be used to fine the path to the default packages file. This seems to be the …
-
```console
$ yq '.packages[] | select(.type = "http" and .name != null) | "\(.name) \(.repo_owner)/\(.repo_name)"' registry.yaml
1password/cli null/null
DeNA/unity-meta-check/gh-action DeNA/unity-m…
-
```
#!stacks
"runtime.gopanic" && "methodsets.(*indexBuilder).build.func2:+12"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
/…
-
**Description**
I'm trying to build the docker container executing ´docker build -t clutch:latest .´
**Expected Behavior**
The build should complete successfully.
**Actual Behavior**
``…
-
This program crashes the type checker:
```go
package a
var x int
func f(...any)
var _ = f(0, x...)
```
both in the compiler:
```
~$ cd w/goroot/src
src$ git log -1 | grep commit
…