diff options
author | Filip Weiss <me@fiws.net> | 2019-08-02 13:18:39 +0200 |
---|---|---|
committer | Filip Weiss <me@fiws.net> | 2019-08-02 13:31:18 +0200 |
commit | 21cf37d0d5ba3d3df42a69b70dcc4c14d9a8ec06 (patch) | |
tree | 83dfeb41b8310d011b0930bd98cb84c0951b5159 /README.md | |
parent | 5370c53c9c22627385e9bc765dbd1fcfedc09694 (diff) | |
download | podman-21cf37d0d5ba3d3df42a69b70dcc4c14d9a8ec06.tar.gz podman-21cf37d0d5ba3d3df42a69b70dcc4c14d9a8ec06.tar.bz2 podman-21cf37d0d5ba3d3df42a69b70dcc4c14d9a8ec06.zip |
add godoc link to readme
Signed-off-by: Filip Weiss <me@fiws.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)` * [Latest Version: 1.4.4](https://github.com/containers/libpod/releases/latest) * [Continuous Integration:](contrib/cirrus/README.md) [![Build Status](https://api.cirrus-ci.com/github/containers/libpod.svg)](https://cirrus-ci.com/github/containers/libpod/master) +* [GoDoc: ![GoDoc](https://godoc.org/github.com/containers/libpod/libpod?status.svg)](https://godoc.org/github.com/containers/libpod/libpod) ## Overview and scope |