alvaroloes / enumer

A Go tool to auto generate methods for your enums
Other
480 stars 111 forks source link

support importing from source files if possible #23

Closed carlsverre closed 6 years ago

carlsverre commented 6 years ago

Copied from https://github.com/golang/tools/commit/9bf174b4d3fab31065b140e4a69c6e6b17746806

Tests pass, and I am using this in a project right now and verified that it works without anything in the pkg directory.

alvaroloes commented 6 years ago

Thank you very much!