Skip to content

Commit 4f2285c

Browse files
committed
feat: added comentaries
1 parent 777e548 commit 4f2285c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

db/conn.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import (
77
_ "github.com/lib/pq"
88
)
99

10+
/*
11+
configuration
12+
db
13+
*/
1014
const (
1115
host = "go_db"
1216
port = 5432

0 commit comments

Comments
 (0)