mirror of
https://github.com/minio/minio.git
synced 2025-02-09 20:58:08 -05:00
11 lines
113 B
Go
11 lines
113 B
Go
package main
|
|
|
|
import (
|
|
"github.com/minios/minios"
|
|
)
|
|
|
|
func main() {
|
|
server := minios.Server{}
|
|
server.Start()
|
|
}
|