mirror of https://github.com/perkeep/perkeep.git
![]() Previous vendoring removed a number of files manually. This enumerates the existing removals in .gitignore and makes it easier to transition to another dependency management system. We also take this opportunity to add travis and gitignore files to the list and remove those from the vendor tree. Part of solving #889 Change-Id: Ia1b1b11ea5f2065de3a069022c2ee346e2befe78 |
||
---|---|---|
.. | ||
_scripts | ||
LICENSE | ||
README.md | ||
coregogenerate.go | ||
gogenerate.go | ||
gogenerate_test.go |
README.md
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