Added username to navbar when logged in
This commit is contained in:
@@ -4,8 +4,9 @@ import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
// Returns a database connection handle for the Turso DB
|
||||
|
||||
Reference in New Issue
Block a user