Closed dinfer closed 6 years ago
Hey @dinfer,
Sorry you're having some troubles, it's been quite a while since I last touched this project, almost a year now. However, you're meant to run go-kit-middlewarer
via an invocation of go generate
.
It looks like the second line of the usage string seems to have some bad formatting which is causing the "%!s(MISSING)"
error.
If you look at this line you can see what the intention for how the command is supposed to be used is. it should still work by invoking go-kit-middlewarer -type <TYPE>
where <TYPE>
is the interface
type you are meant to generate layers for. Otherwise the generator isn't sure about which interface
you are meant to be targeting.
Please let me know if that helped you, and perhaps I can update that usage message. Unfortunately, I don't get a lot of time to write in golang these days, so I can't make any guarantees.
If you have any other questions,
Please let me know,
Thanks,
~ Ayiga
Thanks, you help me alot. ;) I'm closing it.
By the way, Are you using go-kit now? or would you like use go-kit in your next project?
I Install the tool
and I don't know how to use it. so I type
But I got the prompt
What's that ?