neko-neko/echo-logrus

Cannot dep add

andreiashu opened this issue · 1 comments

Hi,

It looks like this package is not buildable:

dep ensure -add github.com/neko-neko/echo-logrus
ensure Solve(): No versions of github.com/neko-neko/echo-logrus met constraints:
        v1.0.0: Could not introduce github.com/neko-neko/echo-logrus@v1.0.0, as its subpackage github.com/neko-neko/echo-logrus does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
        master: Could not introduce github.com/neko-neko/echo-logrus@master, as its subpackage github.com/neko-neko/echo-logrus does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)

@andreiashu Hi, thank you for your report.
I fixed build error on v1.0.1 and updated sample code in README.md.
Thanks a lot!