Working build system, builds gopath dynamically

This commit is contained in:
Frederick F. Kautz IV
2014-11-01 17:04:24 -07:00
parent 1303e5aae7
commit 2c73655b7c
4 changed files with 30 additions and 6 deletions

7
miniosd/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello")
}