### `myitcv.io/gogenerate` ``` go get -u myitcv.io/gogenerate ``` Package gogenerate exposes some of the unexported internals of the go generate command as a convenience for the authors of go generate generators. See https://github.com/myitcv/gogenerate/wiki/Go-Generate-Notes for further notes on such generators. It also exposes some convenience functions that might be useful to authors of generators. See [the `godoc`'s](https://godoc.org/myitcv.io/gogenerate)