aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2018-12-31 23:23:50 +1000
committerJames Mills <prologic@shortcircuit.net.au>2018-12-31 23:24:17 +1000
commit57877cbafa1a62d90f1db81796348a09e82f9ff7 (patch)
tree7b111deb903644e3d55caf1355595df76224eb4e /README.md
parentAdd related projects to README (diff)
downloadgopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.tar.gz
gopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.tar.bz2
gopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.zip
Migrate to Drone CI, Codecov and Go11Modules
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index a647414..7215e2b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
1# Gopher (RFC 1436) Web Proxy 1# Gopher (RFC 1436) Web Proxy
2[![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy) 2
3[![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy) 3[![Build Status](https://cloud.drone.io/api/badges/prologic/gopherproxy/status.svg)](https://cloud.drone.io/prologic/gopherproxy)
4[![Wiki](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/prologic/gopherproxy/wiki) 4[![CodeCov](https://codecov.io/gh/prologic/gopherproxy/branch/master/graph/badge.svg)](https://codecov.io/gh/prologic/gopherproxy)
5[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/gopherproxy)](https://goreportcard.com/report/github.com/prologic/gopherproxy) 5[![Go Report Card](https://goreportcard.com/badge/prologic/gopherproxy)](https://goreportcard.com/report/prologic/gopherproxy)
6[![Coverage](https://coveralls.io/repos/prologic/gopherproxy/badge.svg)](https://coveralls.io/r/prologic/gopherproxy) 6[![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy)
7[![Sourcegraph](https://sourcegraph.com/github.com/prologic/gopherproxy/-/badge.svg)](https://sourcegraph.com/github.com/prologic/gopherproxy?badge)
7 8
8gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace 9gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace
9by proxying standard Web HTTP requests to Gopher requests of the target server. 10by proxying standard Web HTTP requests to Gopher requests of the target server.