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
2024-12-24 22:25:54 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3c509fd23
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 14:29:04 -05: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 19:23:42 -04:00
import
minio
"github.com/minio/minio/cmd"
minio: Add config-folder option. Fixes #997
2015-12-06 17:31:20 -05:00
Refactoring minio server command and flags
2015-08-20 16:05:47 -04: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 19:23:42 -04: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 14:29:04 -05:00
}
Reference in New Issue
Copy Permalink