mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user