@ -14,7 +14,7 @@ func main() {
dsn := os.Getenv("DSN")
if dsn == "" {
panic("db connection string should be set with the DSN env variable!")
panic("db connection string should be set with the DSN env variable!!")
}
db, err := sql.Open("postgres", dsn)
The note is not visible to the blocked user.