gomarkdoc
gomarkdoc copied to clipboard
Filter config.Files using build tags
This PR adjusts the NewConfig()
function to accept a *build.Package
so that it can use tags to filter files that should not be included in the build.
The intention here is to fix #113