Closed
Description
Replace uses of interface{}
in the code with the alias any
.
Steps:
- Run
gofmt -w -s .
at the root of the project. - Hand edit comments and string literals to replace
interface{}
withany
. The templates in nvim/api_tool.go are a notable example of where hand editing is required. - Run
go generate
.
This change can create merge conflicts for work in progress. Should this change wait on any work in progress?
Metadata
Metadata
Assignees
Labels
No labels