This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
Watch
1
Star
0
Fork
0
You've already forked minio
mirror of
https://github.com/minio/minio.git
synced
2025-01-24 13:13:16 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
minio
/
main.go
8 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
Full restructure in accordance with - pkg/{subsystem}/{package} style - modify Makefile to reflect the new style, consolidate various entries - add a dummy ``main.go`` at top level
2015-01-14 11:29:04 -08:00
package
main
Adding initial web server and storage server module infrastructure
2015-01-18 13:31:22 -08:00
import
"github.com/minio-io/minio/pkg/server"
Full restructure in accordance with - pkg/{subsystem}/{package} style - modify Makefile to reflect the new style, consolidate various entries - add a dummy ``main.go`` at top level
2015-01-14 11:29:04 -08:00
func
main
(
)
{
Adding initial web server and storage server module infrastructure
2015-01-18 13:31:22 -08:00
server
.
Start
(
)
Full restructure in accordance with - pkg/{subsystem}/{package} style - modify Makefile to reflect the new style, consolidate various entries - add a dummy ``main.go`` at top level
2015-01-14 11:29:04 -08:00
}
Reference in New Issue
Copy Permalink