Skip to content

Commit 9fdacd3

Browse files
authored
Merge pull request #2 from jkernech/feature/ci-and-badges
Add build status, code coverage and documentation badges
2 parents d6336ee + 42f0001 commit 9fdacd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## http-proxy
22

3+
[![CircleCI](https://img.shields.io/circleci/project/github/jkernech/go-http-proxy.svg)](https://circleci.com/gh/jkernech/go-http-proxy) [![Code coverage](https://gocover.io/_badge/github.com/jkernech/go-http-proxy)](https://gocover.io/github.com/jkernech/go-http-proxy) [![Documentation](https://godoc.org/github.com/jkernech/go-http-proxy?status.svg)](https://godoc.org/github.com/jkernech/go-http-proxy)
4+
35
HTTP proxy that forward requests, useful to expose secure endpoint.
46

57
### Demo

0 commit comments

Comments
 (0)