chore: #174 make into template
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m20s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m20s
This commit is contained in:
12
main.go
12
main.go
@@ -1,12 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"me-fit/db"
|
||||
"me-fit/handler"
|
||||
"me-fit/handler/middleware"
|
||||
"me-fit/log"
|
||||
"me-fit/service"
|
||||
"me-fit/types"
|
||||
"web-app-template/db"
|
||||
"web-app-template/handler"
|
||||
"web-app-template/handler/middleware"
|
||||
"web-app-template/log"
|
||||
"web-app-template/service"
|
||||
"web-app-template/types"
|
||||
|
||||
"context"
|
||||
"database/sql"
|
||||
|
||||
Reference in New Issue
Block a user