aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.go b/config.go
index 3548478..5abbfb0 100644
--- a/config.go
+++ b/config.go
@@ -13,9 +13,6 @@ import (
"github.com/jackc/pgx/v5/pgxpool"
)
-// config holds the global configuration used by this instance. There is
-// currently no synchronization mechanism, so it must not be modified after
-// request handlers are spawned.
type Config struct {
HTTP struct {
Net string `scfg:"net"`