diff --git a/README.md b/README.md index 2f88c79a..3f8ba518 100644 --- a/README.md +++ b/README.md @@ -962,7 +962,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [logmatic](https://github.com/borderstech/logmatic) - Colorized logger for Golang with dynamic log level configuration. * [logo](https://github.com/mbndr/logo) - Golang logger to different configurable writers. * [logrus](https://github.com/Sirupsen/logrus) - Structured logger for Go. -* [logrusiowriter](https://github.com/cabify/logrusiowriter) - `io.Writer` implementation using [logrus](https://github.com/sirupsen/logrus) logger. +* [logrusiowriter](https://github.com/cabify/logrusiowriter) - `io.Writer` implementation using [logrus](https://github.com/sirupsen/logrus) logger. * [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). * [logutils](https://github.com/hashicorp/logutils) - Utilities for slightly better logging in Go (Golang) extending the standard logger. * [logxi](https://github.com/mgutz/logxi) - 12-factor app logger that is fast and makes you happy. @@ -2347,6 +2347,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gowalker.org](https://gowalker.org) - Go Project API documentation. * [json2go](https://m-zajac.github.io/json2go) - Advanced JSON to Go struct conversion - online tool. * [justforfunc](https://www.youtube.com/c/justforfunc) - Youtube channel dedicated to Go programming language tips and tricks, hosted by Francesc Campoy [@francesc](https://twitter.com/francesc). +* [Made with Golang](https://madewithgolang.com/?ref=awesome-go) * [r/Golang](https://www.reddit.com/r/golang) - News about Go. * [studygolang](https://studygolang.com) - The community of studygolang in China. * [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries.