README: add travis and godoc badge
This commit is contained in:
parent
94313e7b39
commit
8285e64efb
|
@ -1,3 +1,6 @@
|
||||||
|
[![Build Status](https://travis-ci.org/google/nftables.svg?branch=master)](https://travis-ci.org/google/nftables)
|
||||||
|
[![GoDoc](https://godoc.org/github.com/google/nftables?status.svg)](https://godoc.org/github.com/google/nftables)
|
||||||
|
|
||||||
This package manipulates Linux nftables (the iptables successor). It is
|
This package manipulates Linux nftables (the iptables successor). It is
|
||||||
implemented in pure Go, i.e. does not wrap libnftnl.
|
implemented in pure Go, i.e. does not wrap libnftnl.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue