motion icon indicating copy to clipboard operation
motion copied to clipboard

Navigation and insight in Go

Results 3 motion issues
Sort by recently updated
recently updated
newest added

I suppose this is more of an issue for `vim-go` but my understanding is that it uses motion entirely to implement the `:GoDecls` and `:GoDeclsDir` feature so any changes would...

This panics: ``` package main func foo(bar string) func main() {} ``` This is valid AST, but not valid go program. Can easily happen during refactor or if we write...

./main -file [/usr/local/go/src/net/http/server.go](https://github.com/golang/go/blob/master/src/net/http/server.go#L3219) -offset 46379 -mode enclosing --format json