From d0e640828cf8e97c64266cfbea03e6c8145f15b2 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 17 May 2022 09:50:19 -0700 Subject: badge: Use pkg.go.dev badge (#55) When we originally switched to pkg.go.dev (#40), it did not offer documentation badges so we relied on a third-party service. That's no longer true (https://pkg.go.dev/badge) so we can use pkg.go.dev's more "on-brand" badges for this. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 2599bf0..317d403 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ - GoDoc + Go Reference -- cgit v1.2.3