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.
21
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
631b3bbf2e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '631b3bbf2e'
${ noResults }
minio
/
minios
/
main.go
8 lines
66 B
Raw
Normal View
History
Unescape
Escape
Adding initial makefile and main.go
10 years ago
package
main
import
"fmt"
func
main
(
)
{
Working build system, builds gopath dynamically
10 years ago
fmt
.
Println
(
"hello"
)
Adding initial makefile and main.go
10 years ago
}