mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
minor
This commit is contained in:
parent
72482b8e1c
commit
228231f3d7
|
@ -35,7 +35,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
|
||||||
|
|
||||||
tv1 := &volume_server_pb.TieredVolume{}
|
tv1 := &volume_server_pb.TieredVolume{}
|
||||||
if err := jsonpb.UnmarshalString(rawJson, tv1); err != nil {
|
if err := jsonpb.UnmarshalString(rawJson, tv1); err != nil {
|
||||||
fmt.Printf("unmarshal eror: %v\n", err)
|
fmt.Printf("unmarshal error: %v\n", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("unmarshalled: %+v\n", tv1)
|
fmt.Printf("unmarshalled: %+v\n", tv1)
|
||||||
|
|
Loading…
Reference in a new issue