From 18c3ae98e11abf8dc9c0c0191ffd1032010d3834 Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 12 Jan 2017 00:58:51 -0800 Subject: Updated README with badges --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 057500c..9d6609f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Gopher (RFC 1436) Web Proxy - [![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy) +[![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy) +[![Wiki](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/prologic/gopherproxy/wiki) +[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/gopherproxy)](https://goreportcard.com/report/github.com/prologic/gopherproxy) +[![Coverage](https://coveralls.io/repos/prologic/gopherproxy/badge.svg)](https://coveralls.io/r/prologic/gopherproxy) -This is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace +gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace by proxying standard Web HTTP requests to Gopher requests of the target server. gopherproxy is written in Go (#golang) using the -- cgit v1.2.3-54-g00ecf