mirror of https://github.com/minio/minio.git
commit
31482659be
|
@ -0,0 +1 @@
|
||||||
|
main.go ident
|
4
main.go
4
main.go
|
@ -24,6 +24,10 @@ import (
|
||||||
"github.com/minio-io/minio/pkg/utils/log"
|
"github.com/minio-io/minio/pkg/utils/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// commitID is automatically set by git. Settings are controlled
|
||||||
|
// through .gitattributes
|
||||||
|
const commitID = "$Id$"
|
||||||
|
|
||||||
var flags = []cli.Flag{
|
var flags = []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "domain,d",
|
Name: "domain,d",
|
||||||
|
|
Loading…
Reference in New Issue