README: add travis and godoc badge

This commit is contained in:
Michael Stapelberg 2018-06-08 17:24:24 +02:00
parent 94313e7b39
commit 8285e64efb
1 changed files with 3 additions and 0 deletions

View File

@ -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.