From 2f66ae21f329e90de77d5dcae4f878aea669bd29 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Wed, 27 Sep 2023 04:59:58 +0900 Subject: [PATCH] initial commits --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1a897aa..240e07d 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,21 @@ var account Account err := json.Unmarshal(data, &account) ``` + +## Import + +To import package **jsonint** use `import` code like the follownig: +``` +import "sourcecode.social/reiver/go-jsonint" +``` + +## Installation + +To install package **jsonint** do the following: +``` +GOPROXY=direc https://sourcecode.social/reiver/go-jsonint +``` + +## Author + +Package **jsonint** was written by [Charles Iliya Krempeaux](http://changelog.ca)