feature(serialize): rename package

This commit is contained in:
pyihe
2022-08-02 11:04:06 +08:00
parent f0631c2321
commit 8d328c7258
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package gob
package gobserialize
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package json
package jsonserialize
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package msgpack
package msgpackserialize
import (
"github.com/pyihe/go-pkg/serialize"

View File

@@ -1,4 +1,4 @@
package protobuffer
package protoserialize
import (
"fmt"