Adding initial web server and storage server module infrastructure

This commit is contained in:
Frederick F. Kautz IV
2015-01-18 13:31:22 -08:00
parent 34b3cb7f9f
commit f356599e22
4 changed files with 108 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
package main
import "github.com/minio-io/minio/pkg/server"
func main() {
server.Start()
}