Skip to content

Commit fc880d5

Browse files
committed
Merge branch 'main' of github.com:arivum/json2msgpackStreamer
2 parents e8ef0fd + 7d8a23f commit fc880d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This module converts a (ND)JSON stream to a messagepack stream on-the-fly.
44

5+
[See package documentation](https://pkg.go.dev/github.com/arivum/json2msgpackStreamer)
6+
57
## How to use
68

79
```go
@@ -78,4 +80,4 @@ func main() {
7880
i++
7981
}
8082
}
81-
```
83+
```

0 commit comments

Comments
 (0)