mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
Working build system, builds gopath dynamically
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello")
|
||||
}
|
||||
Reference in New Issue
Block a user