User model/migrations and gorm init

This commit is contained in:
HFO4
2019-11-07 15:56:05 +08:00
parent ece1bca11a
commit aca8bde521
10 changed files with 246 additions and 22 deletions

View File

@@ -9,6 +9,7 @@ import (
"testing"
)
// 测试 ErrorResponse
func TestErrorResponse(t *testing.T) {
asserts := assert.New(t)