-
### background
An analysis framework was built out for the go language, to make writing linters (and metalinters easier). `go.mod` files are another custom dsl, where you may want to enforce standard…
-
### Proposal Details
This is a followup to https://github.com/golang/go/issues/40323. In there the proposal was to print out warnings during other commands when there are newer versions of modules av…
mitar updated
3 weeks ago
-
**What information does an external contributor need to fix this specific issue**; such that **pre-installed Go modules (by this user; before runtime)** can be used by the interpreter at runtime progr…
-
## What did you do
Create cluster on machine with BTRFS storage
- How was the cluster created?
- `k3d cluster create -v /dev/mapper:/dev/mapper`
- What did you do afterwards?
- `docker…
-
### What is the issue?
Since 1.76 builds crashes. 1.76.1-t24929f6b6-ga20b1114dd5 apk can be downloaded from https://gitlab.com/fdroid/fdroiddata/-/jobs/8109300998/artifacts/file/tmp/com.tailscale.ipn…
-
go.nvim
```
● go.nvim 0.14ms start
dir /Users/edte/.local/share/lunarvim/site/pack/lazy/opt/go.nvim
url https://github.com/ray-x/go.nvim
branch master
…
edte updated
8 months ago
-
Formalities
$ staticcheck --version
staticcheck (devel, v0.0.0-20200121224137-2774002210e8)
$ staticcheck --debug.version
staticcheck (devel, v0.0.0-20200121224137-2774002210e8)
Compi…
-
The `go/types` has been moved into the go repository, hence the import path `golang.org/x/tools/go/types` can be written as `go/types`
and the import decl can be:
```
import (
"go/types"
"g…
-
**Describe the bug**
```
mise use -g clang
mise ERROR Failed to install clang@9.0.1
mise ERROR runtime error: attempt to yield across metamethod/C-call boundary
stack traceback:
[C]: i…
-
**Describe the bug**
**To Reproduce**
`[env]` in `.mise.toml` "over-evaluated" times leading to ever increasing, incorrect results.
Given `~/.mise.toml`:
```
[env]
LD_LIBRARY_PATH = "{{ ge…