From b08f872a65d04978116540d5a0ae1ed07a4a6426 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 14 Jul 2018 14:55:30 +0200 Subject: [PATCH] add go report card --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bbd083..c8546f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # router7 +[![Go Report Card](https://goreportcard.com/badge/github.com/rtr7/router7)](https://goreportcard.com/report/github.com/rtr7/router7) + TODO(stapelberg): travis badge, reportcard badge router7 is a pure-Go implementation of a small home internet router. It comes with all the services required to make a [fiber7 internet connection](https://www.init7.net/en/internet/fiber7/) work (DHCPv4, DHCPv6, DNS, etc.).