diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-05-13 11:32:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-05-13 11:32:10 -0700 |
| commit | 029923329da27791566e6c5b13a013b015dda252 (patch) | |
| tree | e56b38614e472d3e679e7a0a5a7b1c9b07476020 /go/filer/client_operations.go | |
| parent | dc24bad791743c6e1c96602b3678dde4954f795a (diff) | |
| download | seaweedfs-029923329da27791566e6c5b13a013b015dda252.tar.xz seaweedfs-029923329da27791566e6c5b13a013b015dda252.zip | |
add os.Kill signal to handle.
go fmt some code.
Diffstat (limited to 'go/filer/client_operations.go')
| -rw-r--r-- | go/filer/client_operations.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/filer/client_operations.go b/go/filer/client_operations.go index 2eb5c399d..b8a4dca53 100644 --- a/go/filer/client_operations.go +++ b/go/filer/client_operations.go @@ -68,4 +68,3 @@ func call(server string, request ApiRequest, ret interface{}) error { } return nil } - |
