Fix user-agent prefix to have docker instead of suffix. (#3074)

This commit is contained in:
Harshavardhana
2016-10-24 13:44:15 -07:00
committed by GitHub
parent 21d41ad7fd
commit 7fc598b73f
4 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ import (
// Global constants for Minio.
const (
minGoVersion = ">= 1.7.1" // minimum Go runtime version
minGoVersion = ">= 1.7" // Minio requires at least Go v1.7
)
// minio configuration related constants.