neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
561 stars 37 forks source link

Rewrite interface{} to any #178

Closed garyburd closed 2 months ago

garyburd commented 2 months ago

The type any is an alias for type interface{}.

Closes #176