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.
430
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
4b586a51cf
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4b586a51cf'
${ noResults }
minio
/
main.go
8 lines
93 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
Adding initial web server and storage server module infrastructure
10 years ago
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
10 years ago
func
main
(
)
{
Adding initial web server and storage server module infrastructure
10 years ago
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
10 years ago
}