diff --git a/Readme.md b/Readme.md index b49a204..316dce0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # Vikunja Web Handler +[![Go Report Card](https://goreportcard.com/badge/code.vikunja.io/web)](https://goreportcard.com/report/code.vikunja.io/web) + > When I started Vikunja, I started like everyone else, by writing a bunch of functions to do the logic and then a bunch of handler functions to parse the request data and call the implemented functions to do the logic and eventually return a dataset. After I implemented some functions, I've decided to save me a lot of hassle and put most of that "parse the request and call a