diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"` |