Skip to content

interface{} -> any #176

Closed
Closed
@garyburd

Description

@garyburd

Replace uses of interface{} in the code with the alias any.

Steps:

  1. Run gofmt -w -s . at the root of the project.
  2. Hand edit comments and string literals to replace interface{} with any. The templates in nvim/api_tool.go are a notable example of where hand editing is required.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions