mirror of
https://github.com/minio/minio.git
synced 2025-12-03 14:31:23 -05:00
Working build system, builds gopath dynamically
This commit is contained in:
7
miniosd/main.go
Normal file
7
miniosd/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello")
|
||||
}
|
||||
Reference in New Issue
Block a user