This commit is contained in:
parent
5454c89d01
commit
34f7462b25
2 changed files with 4 additions and 4 deletions
6
main.go
6
main.go
|
@ -2,9 +2,9 @@ package main
|
|||
|
||||
import (
|
||||
"embed"
|
||||
"gin-test/pkg/sample"
|
||||
"gin-test/pkg/user"
|
||||
"gin-test/pkg/webpage"
|
||||
"git.keks.cloud/kekskurse/go-sample-webpage/pkg/sample"
|
||||
"git.keks.cloud/kekskurse/go-sample-webpage/pkg/user"
|
||||
"git.keks.cloud/kekskurse/go-sample-webpage/pkg/webpage"
|
||||
)
|
||||
|
||||
// content holds our static web server content.
|
||||
|
|
|
@ -3,7 +3,7 @@ package webpage
|
|||
import (
|
||||
"database/sql"
|
||||
"embed"
|
||||
"gin-test/pkg/user"
|
||||
"git.keks.cloud/kekskurse/go-sample-webpage/pkg/user"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/go-chi/chi/v5/middleware"
|
||||
"github.com/go-chi/jwtauth/v5"
|
||||
|
|
Loading…
Reference in a new issue