From df05938d24d5e23d3b745b561ec6d95af51a2ec8 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 1 Dec 2018 00:02:50 +0100 Subject: [PATCH] Added go report card --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) 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