diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-08-19 15:18:37 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-08-19 15:18:37 -0700 |
| commit | 95b997fb3542093d935e5abee10de456b3710cc3 (patch) | |
| tree | 56b9c0ab046f21699c94b0c0f71b9c80cd9ea5a7 /weed/filer2/configuration.go | |
| parent | f827ada811bb807a9cf9e3db702a01e6f8e4ae3b (diff) | |
| download | seaweedfs-95b997fb3542093d935e5abee10de456b3710cc3.tar.xz seaweedfs-95b997fb3542093d935e5abee10de456b3710cc3.zip | |
go fmt
Diffstat (limited to 'weed/filer2/configuration.go')
| -rw-r--r-- | weed/filer2/configuration.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/configuration.go b/weed/filer2/configuration.go index 387672311..510e27ab1 100644 --- a/weed/filer2/configuration.go +++ b/weed/filer2/configuration.go @@ -4,7 +4,7 @@ import ( "os" "github.com/chrislusf/seaweedfs/weed/glog" - "github.com/spf13/viper" + "github.com/spf13/viper" ) const ( |
