Browse Source

Add godoc badge

tags/1.0
Sheena Artrip 7 years ago
committed by GitHub
parent
commit
160367b106
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@@ -1,3 +1,5 @@
[![GoDoc](https://godoc.org/github.com/sheenobu/go-webfinger?status.svg)](https://godoc.org/github.com/sheenobu/go-webfinger)

# go-webfinger

go-webfinger is a golang webfinger server implementation.
@@ -51,4 +53,4 @@ A PreFlight handler which sets the Content-Type to `application/jrd+json`. Disab

### CORS

A PreFlight handler which adds the CORS headers. Disable or override via `wf.PreHandlers[webfinger.CorsMiddleware].`
A PreFlight handler which adds the CORS headers. Disable or override via `wf.PreHandlers[webfinger.CorsMiddleware].`

Loading…
Cancel
Save