Refactoring miniosd and minios to a single binary minio
This commit is contained in:
10
minio/main.go
Normal file
10
minio/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/minios/minios"
|
||||
)
|
||||
|
||||
func main() {
|
||||
server := minio.Server{}
|
||||
server.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user