mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
bccf549463
This change brings a change which was done for the 'mc' package to allow for clean repo and have a cleaner github drop in experience.
8 lines
87 B
Go
8 lines
87 B
Go
package main
|
|
|
|
import minio "github.com/minio/minio/cmd"
|
|
|
|
func main() {
|
|
minio.Main()
|
|
}
|