mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Exposing expiration for memory driver
This commit is contained in:
2
Godeps/_workspace/src/github.com/minio-io/cli/context.go
generated
vendored
2
Godeps/_workspace/src/github.com/minio-io/cli/context.go
generated
vendored
@@ -186,7 +186,7 @@ func (a Args) Last() string {
|
||||
|
||||
// Tail - Return the rest of the arguments (not the first one)
|
||||
// or else an empty string slice
|
||||
func (a Args) Tail() []string {
|
||||
func (a Args) Tail() Args {
|
||||
if len(a) >= 2 {
|
||||
return []string(a)[1:]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user