From 1feac32ae0ca9d75026408e2961d7ea0d13ecef2 Mon Sep 17 00:00:00 2001 From: Hunter Ross Date: Mon, 20 Nov 2023 02:52:24 -0600 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eeaa057..b8028b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![GoDoc](https://pkg.go.dev/badge/github.com/go-ldap/ldap?utm_source=godoc)](https://pkg.go.dev/github.com/huner2/go-sddlparse) + # Basic SDDL parsing functionality for AD SDDLs in Go This library provides functions to parse and modify the [SDDL](https://msdn.microsoft.com/en-us/library/cc230366.aspx) format, centered around Active Directory Access Control Lists (ACLs).