"gopkg.in/gin-gonic/gin.v1" "github.com/jinzhu/gorm" "fmt" ) func DatabaseConnection() *gorm.DB { db, err := gorm.Open("sqlite3", "gorm.db")
確定! 回上一頁