CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Add a call to "go generate" #16

Open solher opened 8 years ago

solher commented 8 years ago

Could you add a call to go generate inside your build.sh ? That way, one could add custom operations to the build process.

For example, I'd use it to generate my Swagger documentation.

Thanks for your work.

solher commented 8 years ago

Up :)