package main
import (
"github.com/minios/minios"
)
func main() {
server := minios.Server{}
server.Start()
}