mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 02:50:27 +08:00
ad27cc9b3b
* Implement Digitalocean provider * Vendor digitalocean lib * Enable SRV for Digitalocean and fix the tests * Test cname etc. records pointing to the same domain
12 lines
403 B
Markdown
12 lines
403 B
Markdown
# http-link-go [![Build Status](https://travis-ci.org/tent/http-link-go.png?branch=master)](https://travis-ci.org/tent/http-link-go)
|
|
|
|
http-link-go implements parsing and serialization of Link header values as
|
|
defined in [RFC 5988](https://tools.ietf.org/html/rfc5988).
|
|
|
|
[**Documentation**](http://godoc.org/github.com/tent/http-link-go)
|
|
|
|
## Installation
|
|
|
|
```text
|
|
go get github.com/tent/http-link-go
|
|
```
|