Skip to content

Commit 3878fca

Browse files
committed
activate new feature
1 parent df2efca commit 3878fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import (
77
"os"
88
"os/signal"
99

10-
"github.com/dreamsofcode-io/guestbook/internal/app"
1110
"github.com/joho/godotenv"
11+
12+
"github.com/dreamsofcode-io/guestbook/internal/app"
1213
)
1314

1415
//go:embed migrations/*.sql

0 commit comments

Comments
 (0)