-
I have a `test` subcommand and a Persistent Flag `-e`.
```
rootcmd -e test -l name=catalyst test
```
`-e` will be `-l` value.
what should I do to solve this issue?
Thanks very much.
-
The tests which uses `bou.ke/monkey` does not work on ARM64 environments:
- `pkg/filekit/filepath_test.go`
- `pkg/typgo/gotest_test.go`
```
$ ./typicalw t
test> go test -cover -timeout=30s ./…
-
We have a relatively small amount of Go code in our monorepository (49 files and 8041 lines according to `pants count-loc`, compared to 879 files and 101251 lines Python), and yet when enabling the Go…
-
## :broken_heart: Build Failed
> _the below badges are clickable and redirect to their specific view in the CI or DOCS_
[![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](…
-
### Describe the bug
I am trying to attach a dlv debugger to one of my Kubernetes pods, so that I can live debug the code from vscose that is running on host. I am following the documentation provi…
-
### Welcome
- [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
- […
-
**Describe the bug**:
When i try to start integration tests locally i've got an error:
```
❯ make integration-test
...
Latest known tag for integration tests is v1.9.2-beta.0; if that seems…
-
When debugging a single test (using `Go: Debug Test at Cursor`), test flags (from the `go.testFlags` setting) are not passed to the test program. Thus, it is not possible to debug a test with getting …
-
Is it possible to set GoTest to open [Trouble.nvim](https://github.com/folke/trouble.nvim) instead of the standard quickfix window?
-
On first install, I already do `:GoInstallBinaries`
I only set:
```lua
require('go').setup({
gofmt = 'gopls',
})
```
on setup.
Using `go version go1.16.15 darwin/arm64`, and because [go