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
87 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
server: Move all the top level files into cmd folder. (#2490) This change brings a change which was done for the 'mc' package to allow for clean repo and have a cleaner github drop in experience.
2016-08-18 16:23:42 -07:00
import
minio
"github.com/minio/minio/cmd"
minio: Add config-folder option. Fixes #997
2015-12-06 14:31:20 -08:00
Refactoring minio server command and flags
2015-08-20 13:05:47 -07:00
func
main
(
)
{
server: Move all the top level files into cmd folder. (#2490) This change brings a change which was done for the 'mc' package to allow for clean repo and have a cleaner github drop in experience.
2016-08-18 16:23:42 -07:00
minio
.
Main
(
)
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