Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Goimpl implementation #939

Merged
merged 4 commits into from
Jun 4, 2017
Merged

Goimpl implementation #939

merged 4 commits into from
Jun 4, 2017

Commits on Apr 22, 2017

  1. Add goimpl to tools list.

    itsjamie committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    4e01cc5 View commit details
    Browse the repository at this point in the history
  2. Support github.com/josharian/impl. Fixes #259.

    Does some basic input validation to ensure the required information is
    passed.
    
    The regex included makes the receiver name optional, the intention there
    is that if the receiver name isn't included, that the type the cursor is
    in should be used as the receiver for the interface.
    
    However, I think that the first step of just having the ability to use
    goimpl was a important first step.
    itsjamie committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    659c715 View commit details
    Browse the repository at this point in the history
  3. Missing semicolon lint fix.

    itsjamie committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    e9ddf9f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Configuration menu
    Copy the full SHA
    b640cc3 View commit details
    Browse the repository at this point in the history