minio/minios/main.go
2014-11-01 19:44:30 -07:00

8 lines
66 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello")
}