rjeczalik / interfaces

Code generation tools for Go.
MIT License
420 stars 31 forks source link

How do you install? #2

Closed decibel closed 7 years ago

decibel commented 7 years ago

I tried the normal go get github.com/rjeczalik/interfaces and it downloads but it doesn't install anything. A go build in src/github.com/rjeczalik/interfaces doesn't seem to do anything either.

rjeczalik commented 7 years ago

Hey @decibel, the main packages are in cmd/ directory - so you install with:

$ go get -u github.com/rjeczalik/interfaces/cmd/...