mirror of
https://github.com/minio/minio.git
synced 2025-12-01 22:02:33 -05:00
miniosd is now an http server, responds with hello world at root.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"github.com/minios/minios"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello")
|
||||
server := minios.Server{}
|
||||
server.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user