From 8da684cc8f5fc9899f0415adcfde82228895a247 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 14 Jul 2018 15:14:42 +0200 Subject: [PATCH] README: add godoc badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8546f0..8f7de59 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # router7 +[![GoDoc](https://godoc.org/github.com/rtr7/router7/cmd?status.svg)](https://godoc.org/github.com/rtr7/router7/cmd) [![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 +TODO(stapelberg): travis 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.).