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
commit eb672af705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 (