db.go 80 B

12345678
  1. package models
  2. import (
  3. _ "github.com/go-sql-driver/mysql"
  4. )
  5. func init() {
  6. }