周威學Go從入門到放棄第十四篇(beego框架入門篇)

下載框架包(本人mac) mysql go get github.com/astaxie/beego package main import ( "errors" "fmt" "github.com/astaxie/beego/orm" _ "github.com/go-sql-driver/mysql" // 導入數據庫驅動 ) type People struct { Id
相關文章
相關標籤/搜索