Update module namespace
This commit is contained in:
@@ -14,14 +14,16 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/luxick/chronological/internal/config"
|
||||
"github.com/luxick/chronological/internal/handlers"
|
||||
"github.com/luxick/chronological/internal/storage"
|
||||
"luxick/chronological/internal/config"
|
||||
"luxick/chronological/internal/handlers"
|
||||
"luxick/chronological/internal/storage"
|
||||
)
|
||||
|
||||
// TemplatesFS and StaticFS are set from main package where embed works
|
||||
var TemplatesFS embed.FS
|
||||
var StaticFS embed.FS
|
||||
var (
|
||||
TemplatesFS embed.FS
|
||||
StaticFS embed.FS
|
||||
)
|
||||
|
||||
// Server represents the HTTP server and its dependencies.
|
||||
type Server struct {
|
||||
|
||||
Reference in New Issue
Block a user