diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
commit | 8f174c37751e17af887c8f783b21077974f90101 (patch) | |
tree | 2505fa1f46beae92a1af2f6cfd7e7d40c0f79976 /pkg/config/config.go | |
parent | b30d3b26f0d9274b13582b7aa759cae26417d9f9 (diff) |
Diffstat (limited to 'pkg/config/config.go')
-rw-r--r-- | pkg/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index 6a9d30c..2d97609 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -3,8 +3,8 @@ package config import ( "os" - "go.neonxp.ru/framework/pkg/db" "gopkg.in/yaml.v3" + "neonxp.ru/go/framework/pkg/db" ) type Config struct { |