Open errm opened 5 years ago
Looks like these are some good candidates:
https://github.com/gocolly/colly - scraping framework https://github.com/dave/jennifer - code generation
Having that running on CI and opening a PR with the intended changes would be gold!
Oh yeah sweet... In fact we could do that without even doing the rewrite!
58 introduces some code generation as a ruby script that pulls some data from AWS pricing API and documentation. It would be nice to reimplement this using go tools.
Looks like these are some good candidates:
https://github.com/gocolly/colly - scraping framework https://github.com/dave/jennifer - code generation