From 4d230282c0e3bf42fa509147d27d7e8dcc3d3bad Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 10 Oct 2024 03:43:48 -0700 Subject: [PATCH] Add repo url --- gjson.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gjson.go b/gjson.go index 673be3f..a27840f 100644 --- a/gjson.go +++ b/gjson.go @@ -1,6 +1,8 @@ // Copyright 2024 Joshua J Baker. All rights reserved. // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +// https://github.com/tidwall/gjson // Package gjson provides searching for json strings. package gjson