vburenin / ifacemaker

Generate interfaces from structure methods.
Apache License 2.0
320 stars 43 forks source link

go get fails #37

Closed lox closed 5 years ago

lox commented 5 years ago

I'm seeing this:

$ go get github.com/vburenin/ifacemaker
# github.com/vburenin/ifacemaker
go/src/github.com/vburenin/ifacemaker/ifacemaker.go:79:6: undefined: flags.WroteHelp
vburenin commented 5 years ago

It is likely incompatible global dependency on your side. I have managed to run go get on a complete clean Ubuntu 18.04 environment. as well as I tested it with go modules, it gets built just fine.

lox commented 5 years ago

Thanks, I can confirm it works in a clean env too. That's odd, I was under the impressions that modules should fix that issue!