缺少sqlite库

This commit is contained in:
aojianwu 2018-08-24 14:56:45 +08:00 committed by GitHub
parent c5c275a261
commit 5629860f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"time"
"github.com/go-xorm/xorm"
_ "github.com/mattn/go-sqlite3"
)
// User describes a user