@@ -3,5 +3,8 @@
# Where to find the go executable
export PATH="$GOROOT/bin:$PATH"
-go get ./...
+
+go get github.com/astaxie/beego
+go get github.com/go-sql-driver/mysql
go run src/hello/hello.go &
@@ -1,5 +1,3 @@
#!/bin/bash
-fw_depends go
-go get github.com/gin-gonic/gin
-go get github.com/go-sql-driver/mysql
+fw_depends go
@@ -3,4 +3,7 @@
+go get github.com/gin-gonic/gin
go run hello.go &
@@ -3,5 +3,6 @@
+go get github.com/hoisie/web