From 6f753bedf2975164d31695ce307477b4f581186f Mon Sep 17 00:00:00 2001 From: Mike Mikhailov <45894304+wtask@users.noreply.github.com> Date: Thu, 23 Jun 2022 00:04:07 +0300 Subject: [PATCH] add Go doc ref --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2328cc0..5263abf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Mixpanel API client for Go +[![Go Reference](https://pkg.go.dev/badge/github.com/wtask-go/mixpanel.svg)](https://pkg.go.dev/github.com/wtask-go/mixpanel) + ## Requirements * Go 1.16 and above. This module uses `embed` package introduced for Go 1.16