add golang-ifood-sdk

This commit is contained in:
Arthur Silva 2021-04-02 12:48:41 -03:00 committed by Avelino
parent 51ce6aecd9
commit b149db8cee

View File

@ -2328,6 +2328,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer.
* [GoCover.io](http://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service.
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
* [golang-ifood-sdk](https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK.
* [golines](https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code.
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
* [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.