|
@@ -3,5 +3,8 @@
|
|
# Where to find the go executable
|
|
# Where to find the go executable
|
|
export PATH="$GOROOT/bin:$PATH"
|
|
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 &
|
|
go run src/hello/hello.go &
|