mirror of
https://github.com/NotAShelf/goblin.git
synced 2024-11-22 21:31:07 +00:00
refactor: move config handler to internal
This commit is contained in:
parent
858ba57c17
commit
5e4e681bbd
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
||||||
// "github.com/gorilla/mux" // Import Gorilla Mux
|
// "github.com/gorilla/mux" // Import Gorilla Mux
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||||
|
|
||||||
"goblin/config"
|
"goblin/internal/config"
|
||||||
"goblin/internal/paste"
|
"goblin/internal/paste"
|
||||||
// "goblin/internal/router"
|
// "goblin/internal/router"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue