initial commits

master
Charles Iliya Krempeaux 2023-09-27 04:59:58 +09:00
parent 09e0626e3d
commit 2f66ae21f3
1 changed files with 18 additions and 0 deletions

View File

@ -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)