chore: #174 make into template
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 47s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 47s
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"me-fit/log"
|
||||
"me-fit/types"
|
||||
"web-app-template/log"
|
||||
"web-app-template/types"
|
||||
|
||||
"database/sql"
|
||||
"errors"
|
||||
|
||||
@@ -2,7 +2,7 @@ package db
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
"me-fit/types"
|
||||
"web-app-template/types"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"me-fit/log"
|
||||
"me-fit/types"
|
||||
"web-app-template/log"
|
||||
"web-app-template/types"
|
||||
|
||||
"database/sql"
|
||||
"errors"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"me-fit/log"
|
||||
"me-fit/types"
|
||||
"web-app-template/log"
|
||||
"web-app-template/types"
|
||||
|
||||
"database/sql"
|
||||
"errors"
|
||||
|
||||
Reference in New Issue
Block a user