raws
raws copied to clipboard
[UNMAINTAINED] AWS Reader
Trying to list _all services_ mostly used by people - to gather them from the API. If you think about anything please let me know and/or add it to the...
Should consider to use any any assertion library for the test of this package? In case that yes, which one 1. https://godoc.org/github.com/stretchr/testify/assert 2. https://github.com/test-go/testify (fork of option 1) 3. Any...
Following https://github.com/cycloidio/raws/pull/1#issuecomment-313203385 It could be good to have better comments in the code respecting go convention, in order to have auto-generated "go-compliant" documentation of this package/library. EDIT: Another addition could...
At this stage, the library doesn't use go routine, which is "fine" - as it can be implemented on the client side fairly easily when gathering lots of data. However...