v1.0.0: lint: fix lint error
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
1e31a6f80e
commit
51e4cb9027
3 changed files with 6 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ func isLoggedIn(c echo.Context) error {
|
|||
}
|
||||
|
||||
func init_database() {
|
||||
var err error = nil
|
||||
var err error
|
||||
|
||||
connStr := "postgres://acc:totor@postgres:5432/accounts?sslmode=disable"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue