mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 11:13:38 +08:00
formatting code by: goimports -w=true .
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package operation
|
||||
|
||||
import (
|
||||
proto "code.google.com/p/goprotobuf/proto"
|
||||
"encoding/json"
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
proto "code.google.com/p/goprotobuf/proto"
|
||||
)
|
||||
|
||||
func TestSerialDeserial(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user