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

View File

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