Browse Source
go fmt
Signed-off-by: Lei Liu <liul.stone@gmail.com>
pull/1142/head
Lei Liu
5 years ago
No known key found for this signature in database
GPG Key ID: CFEC474454780D7B
4 changed files with
9 additions and
8 deletions
-
weed/command/mount_linux.go
-
weed/pb/proto_read_write_test.go
|
|
@ -1,6 +1,8 @@ |
|
|
|
package command |
|
|
|
|
|
|
|
import ( |
|
|
|
"strings" |
|
|
|
|
|
|
|
"github.com/chrislusf/seaweedfs/weed/util" |
|
|
|
"github.com/seaweedfs/fuse" |
|
|
|
) |
|
|
|
|
|
@ -40,5 +40,4 @@ func TestJsonpMarshalUnmarshal(t *testing.T) { |
|
|
|
|
|
|
|
fmt.Printf("unmarshalled: %+v\n", tv1) |
|
|
|
|
|
|
|
|
|
|
|
} |