diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 21:54:45 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 21:54:45 +0800 |
commit | a6d7a1e868ed5a155049f83bc688d0f97dacb323 (patch) | |
tree | df3eafec8f6f896a9ae0312519ee97e0a46f0a78 /config.go | |
parent | Do not export version (diff) | |
download | forge-a6d7a1e868ed5a155049f83bc688d0f97dacb323.tar.gz forge-a6d7a1e868ed5a155049f83bc688d0f97dacb323.tar.zst forge-a6d7a1e868ed5a155049f83bc688d0f97dacb323.zip |
Unexport some other things
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"` |