From 5b825cbe689e141d0f1e3a58435d308dd9228a56 Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Mon, 5 Apr 2021 15:55:38 +0100 Subject: [PATCH] Add a gopkg badge Signed-off-by: Sambhav Kothari --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f865fd1..fefe8af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # `github.com/buildpacks/libcnb` + +[![Go Reference](https://pkg.go.dev/badge/github.com/buildpacks/libcnb.svg)](https://pkg.go.dev/github.com/buildpacks/libcnb) + `libcnb` is a Go language binding of the Cloud Native Buildpacks API. It is a non-opinionated implementation adding language constructs and convenience methods for working with the API. > For operations such as building an app, creating a builder or packaging a buildpack, you may use [`pack`](https://github.com/buildpacks/pack) as a Go library.