From 1cf33990013e6a09cf080986ffc52d1007a2f3ee Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 18 Oct 2024 06:52:17 -0400 Subject: [PATCH] Adds pkg.go.dev badge to readme Signed-off-by: Martin Kraft --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 775e415..61837cd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ![Build and Test](https://github.com/cedar-policy/cedar-go/actions/workflows/build_and_test.yml/badge.svg) ![golangci-lint](https://github.com/cedar-policy/cedar-go/actions/workflows/golangci-lint.yml/badge.svg) ![Nightly Corpus Test](https://github.com/cedar-policy/cedar-go/actions/workflows/corpus.yml/badge.svg) +[![Go Reference](https://pkg.go.dev/badge/github.com/cedar-policy/cedar-go.svg)](https://pkg.go.dev/github.com/cedar-policy/cedar-go) This repository contains source code of the Go implementation of the [Cedar](https://www.cedarpolicy.com/) policy language.