From a6d7a1e868ed5a155049f83bc688d0f97dacb323 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 21:54:45 +0800 Subject: Unexport some other things --- config.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.go') 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"` -- cgit v1.2.3