This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3283
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
790ad68d4d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '790ad68d4d'
${ noResults }
minio
/
main.go
8 lines
87 B
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
10 years ago
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.
8 years ago
import
minio
"github.com/minio/minio/cmd"
minio: Add config-folder option. Fixes #997
9 years ago
Refactoring minio server command and flags
9 years ago
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.
8 years ago
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
10 years ago
}