mirror of
https://github.com/pgsty/minio.git
synced 2026-08-06 15:51:14 +03:00
Use const slashSeparator instead of "/" everywhere (#8028)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ EXAMPLES:
|
||||
const (
|
||||
minioReleaseTagTimeLayout = "2006-01-02T15-04-05Z"
|
||||
minioOSARCH = runtime.GOOS + "-" + runtime.GOARCH
|
||||
minioReleaseURL = "https://dl.min.io/server/minio/release/" + minioOSARCH + "/"
|
||||
minioReleaseURL = "https://dl.min.io/server/minio/release/" + minioOSARCH + SlashSeparator
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user