parent
f7efb69fac
commit
9544ed7b97
@ -1,10 +1,13 @@ |
||||
package main |
||||
|
||||
import ( |
||||
"github.com/codegangsta/cli" |
||||
"github.com/minios/minios" |
||||
"os" |
||||
) |
||||
|
||||
func main() { |
||||
cli.NewApp().Run(os.Args) |
||||
server := minio.Server{} |
||||
server.Start() |
||||
} |
||||
|
Loading…
Reference in new issue