diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-23 06:33:20 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-23 06:33:20 -0500 |
| commit | 8d92bdf7da95e1085485c0e60b9dac19c246e235 (patch) | |
| tree | 5c346f8bdb10b3b8084a3b9e95c727f7fa3914be /src/db/db.go | |
| parent | 8510c36ded85740885e67b59ee2ec2360986c0a9 (diff) | |
move ui templates into src, update conf to handle other paths, export User Insert Hooks
Diffstat (limited to 'src/db/db.go')
| -rw-r--r-- | src/db/db.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/db.go b/src/db/db.go index 198b2be..1a5b9ab 100644 --- a/src/db/db.go +++ b/src/db/db.go @@ -28,7 +28,6 @@ func NewDb(config *conf.Conf) *Db { } log.Println("Database connection pool created.", testquery) return &Db{pool} - } func (d *Db) Conn() *pgxpool.Pool { |
