mirror of
https://github.com/minio/minio.git
synced 2025-04-15 08:36:11 -04:00
Adding initial makefile and main.go
This commit is contained in:
parent
e91caac870
commit
720ccbddee
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.gvm_local
|
||||||
|
minios
|
5
Makefile
Normal file
5
Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
default:
|
||||||
|
go build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm minios
|
7
main.go
Normal file
7
main.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World")
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user