add const

This commit is contained in:
Konstantin Lebedev
2020-08-31 21:35:16 +05:00
parent 82ea121d09
commit 60a86cfe04
9 changed files with 23 additions and 18 deletions

View File

@@ -18,7 +18,10 @@ import (
"github.com/chrislusf/seaweedfs/weed/wdclient"
)
const PaginationSize = 1024 * 256
const (
PaginationSize = 1024 * 256
UnsupportedListDirectoryPrefixedErr = "UNSUPPORTED"
)
var (
OS_UID = uint32(os.Getuid())