Add lets-go, a library with various AWS and REST utility packages. (#3258)

* initial commit

* change remote url
This commit is contained in:
Anthony Plescia 2020-10-05 05:40:39 -04:00 committed by GitHub
parent 9190a1aa1a
commit 049e69c459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1955,6 +1955,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [jsend](https://github.com/clevergo/jsend) - JSend's implementation writen in Go.
* [jump](https://github.com/gsamokovarov/jump) - Jump helps you navigate faster by learning your habits.
* [koazee](https://github.com/wesovilabs/koazee) - Library inspired in Lazy evaluation and functional programming that takes the hassle out of working with arrays.
* [lets-go](https://github.com/aplescia-chwy/lets-go) - Go module that provides common utilities for Cloud Native REST API development. Also contains AWS Specific utilities.
* [limiters](https://github.com/mennanov/limiters) - Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks.
* [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go.
* [mc](https://github.com/minio/mc) - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems.