-
`:GoGenerate` command is ignored directive.
## Probrem
Run `:GoGenerate` with the code below yields nothing.
`cmd/main.go`
```go
//go:generate mockgen -source=$GOFILE -destination=mock_$GOF…
-
## Feature
There's a pretty handy tool, [go-enum](https://github.com/abice/go-enum), that generates enums for you based on a comment. I don't know if there's a place for adding new commands to vim-…
-
Configuration:
```
thomaspeugeot@MacBook-Pro-de-Thomas solver % uname -a
Darwin MacBook-Pro-de-Thomas.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +35f4ec152b Sat Jan 5 00:45:14 2019 +0000 linux/amd64
or
ArchLinux's community/go 2:1.11.4-1
### D…
ghost updated
2 years ago
-
TLDR: add `go generate -watch` to watch for changes in a folder to run `go generate` when a file is changed.
I think go generate is really awesome. In the packer repo that I help maintain, a lot of…
-
All CI tests are currently failing due to seeminly bad code generation by the gomock version which is installed in CI
```
go test ./... -coverprofile=coverage.out
? github.com/openshift/opensh…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
```
go version go1.10.1 linux/amd64 vgo:2018-02-20.1
```
Specifica…
-
We run gomock/mockgen inside of a docker container. Previously that docker container was based on golang 1.12, but we upgrade it to 1.13 today.
After upgrading to golang 1.13, mockgen started failin…
-
The repository uses `go generate ./...` to generate the required and assertion formatter files, but when following the instructions in the `README.md` and following the example in `.travisci.gogenerat…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
make dev
git diff from master
…