diff --git a/README.md b/README.md index 986f7d46..00e6875f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome Go -[![Build Status](https://travis-ci.org/avelino/awesome-go.svg?branch=master)](https://travis-ci.org/avelino/awesome-go) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Slack Widget](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=red)](http://gophers.slack.com/messages/awesome) +[![Build Status](https://travis-ci.org/avelino/awesome-go.svg?branch=master)](https://travis-ci.org/avelino/awesome-go) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Slack Widget](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=red)](http://gophers.slack.com/messages/awesome) [![Netlify Status](https://api.netlify.com/api/v1/badges/83a6dcbe-0da6-433e-b586-f68109286bd5/deploy-status)](https://app.netlify.com/sites/awesome-go/deploys) A curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python). @@ -990,7 +990,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. * [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. -* [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). +* [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). * [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. ### Strings @@ -1781,7 +1781,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ### Routers * [alien](https://github.com/gernest/alien) - Lightweight and fast http router from outer space. -* [bellt](https://github.com/GuilhermeCaruso/bellt) - A simple Go HTTP router. +* [bellt](https://github.com/GuilhermeCaruso/bellt) - A simple Go HTTP router. * [Bone](https://github.com/go-zoo/bone) - Lightning Fast HTTP Multiplexer. * [Bxog](https://github.com/claygod/Bxog) - Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters. * [chi](https://github.com/go-chi/chi) - Small, fast and expressive HTTP router built on net/context.