mirror of
https://github.com/minio/minio.git
synced 2025-11-12 06:50:17 -05:00
Use const slashSeparator instead of "/" everywhere (#8028)
This commit is contained in:
@@ -46,7 +46,7 @@ import (
|
||||
const (
|
||||
hdfsBackend = "hdfs"
|
||||
|
||||
hdfsSeparator = "/"
|
||||
hdfsSeparator = minio.SlashSeparator
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user