docgo
docgo copied to clipboard
Extract the implementation as a package to allow reuse in Go
It would be helpful to be able to reuse your implementation using a Go package instead of just the command interface.
As an example of what I mean, the gofmt tool is also available as the Go package go/format.
Thanks for the interest! I'm not actively developing this any longer, but I'd be happy to accept a pull request.