Merge pull request #1 from unistack-org/master

fix copy/paste
This commit is contained in:
2022-01-13 00:39:56 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
# micro-codec-json
# micro-codec-msgpack

View File

@@ -1,4 +1,4 @@
// Package json provides a json codec
// Package msgpack provides a msgpack codec
package msgpack // import "go.unistack.org/micro-codec-msgpack/v3"
import (