-
Reminder issue, following up on #63641: it appears that gopls was not finding the new slices package in `GOROOT` until the `ztdlib.go` index was updated. But according to @heschi this index is meant t…
-
Your code is a markdown code snippet formatter. That's the project purpose OK.
Your code is formatting block that could be invalid.
So your code is somehow also a linter, as you are able to know wh…
-
I'm not sure if this is intentional, but go-nyet doesn't pick up some issues that go vet does. eg.
```
devtodo2$ go vet .
importer.go:29: possible formatting directive in fatal call
importer.go:39: p…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
`go version go1.6.2 darwin/amd64`
1. What operating system and processor archit…
-
It's not uncommon to see imports like this in a project:
```go
import (
"a"
"bitbucket.org/c/c"
"github.com/d/d"
"github.com/e/e"
"bitbucket.org/f/f"
"b"
)
```
Which should really…
-
Mock actually ends up being invalid.
Interface:
``` go
package foo
import baz "bar"
type Buz interface {
Close() (baz.Thing)
}
```
Generated a mock with `baz` prefixes but no import for `baz`…
-
### What version of Go are you using (`go version`)?
go version go1.13.4 darwin/amd64
### Does this issue reproduce with the latest release?
Can't test on latest release, will update …
-
This feature request affects the functionality of [golang/tools/cmd/goimports](https://github.com/golang/tools/tree/master/cmd/goimports).
### What version of Go are you using (`go version`)?
g…
mum4k updated
5 years ago
-
It would be great to have the ability to pass gofmt options such as `-s` etc. Looking at https://golang.org/src/cmd/gofmt/ not sure what the best approach would be here. I see goimports-reviser is cur…
-
Hello all,
First of all, thx for this awesome plugin.
I configure the plugin filewatcher to goimported on each save my go giles.
Is it possible to add the possibility to add new import at the beginnin…