Skip to content

Commit 9466ede

Browse files
committed
Move config loader close to config.yml
1 parent d4762a7 commit 9466ede

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"context"
5-
"go-dyndns/internal/adapters/config"
5+
"go-dyndns/config"
66
server "go-dyndns/internal/adapters/dns"
77
"go-dyndns/internal/adapters/http"
88
"go-dyndns/internal/adapters/repository"
File renamed without changes.

0 commit comments

Comments
 (0)