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