1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

finish internal/user user and auth unittests

This commit is contained in:
Lee Brown
2019-05-28 04:44:01 -05:00
parent 895128bbbe
commit c121b7d289
11 changed files with 913 additions and 471 deletions

View File

@ -3,7 +3,7 @@ package schema
import (
"log"
"github.com/gitwak/sqlxmigrate"
"github.com/geeks-accelerator/sqlxmigrate"
"github.com/jmoiron/sqlx"
)