diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-09-03 16:47:00 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-09-03 16:47:00 -0700 |
| commit | 7ad5a901273d11ac1c0ed622b71c1a392050c355 (patch) | |
| tree | 9809fec2d8b6b87da2a552af439084e2281bd3dd /weed/s3api/filer_util.go | |
| parent | 2ed6d8cca67acc6b78ad156c3809e110e607988c (diff) | |
| download | seaweedfs-7ad5a901273d11ac1c0ed622b71c1a392050c355.tar.xz seaweedfs-7ad5a901273d11ac1c0ed622b71c1a392050c355.zip | |
go fmt
Diffstat (limited to 'weed/s3api/filer_util.go')
| -rw-r--r-- | weed/s3api/filer_util.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/weed/s3api/filer_util.go b/weed/s3api/filer_util.go index 67ce88a52..be807fb82 100644 --- a/weed/s3api/filer_util.go +++ b/weed/s3api/filer_util.go @@ -1,12 +1,13 @@ package s3api import ( - "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" - "time" - "os" - "fmt" - "github.com/chrislusf/glog" "context" + "fmt" + "os" + "time" + + "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" ) func (s3a *S3ApiServer) mkdir(parentDirectoryPath string, dirName string) error { |
