mirror of
https://github.com/pyihe/go-pkg.git
synced 2025-09-26 20:11:21 +08:00
feature(serialize): rename package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package gob
|
||||
package gobserialize
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package json
|
||||
package jsonserialize
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package msgpack
|
||||
package msgpackserialize
|
||||
|
||||
import (
|
||||
"github.com/pyihe/go-pkg/serialize"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package protobuffer
|
||||
package protoserialize
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
Reference in New Issue
Block a user