refactor: move config handler to internal

This commit is contained in:
raf 2023-09-07 23:27:28 +03:00
parent 858ba57c17
commit 5e4e681bbd
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import (
// "github.com/gorilla/mux" // Import Gorilla Mux
"github.com/prometheus/client_golang/prometheus/promhttp"
"goblin/config"
"goblin/internal/config"
"goblin/internal/paste"
// "goblin/internal/router"
)