From 047b575b4772836c26ad8cc7eff8be53567addcc Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 7 Jan 2020 16:58:43 +0000 Subject: [PATCH] Add GoDoc to README This helps developers like myself with finding out what functions and public APIs are available within the library, without checking the code out in an IDE. Generated from: https://godoc.org/github.com/containerd/go-cni?tools Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd2f00..3b1a4aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/containerd/go-cni.svg?branch=master)](https://travis-ci.org/containerd/go-cni) +[![Build Status](https://travis-ci.org/containerd/go-cni.svg?branch=master)](https://travis-ci.org/containerd/go-cni) [![GoDoc](https://godoc.org/github.com/containerd/go-cni?status.svg)](https://godoc.org/github.com/containerd/go-cni) # go-cni