aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 21:54:45 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 21:54:45 +0800
commita6d7a1e868ed5a155049f83bc688d0f97dacb323 (patch)
treedf3eafec8f6f896a9ae0312519ee97e0a46f0a78 /config.go
parentDo not export version (diff)
downloadforge-a6d7a1e868ed5a155049f83bc688d0f97dacb323.tar.gz
forge-a6d7a1e868ed5a155049f83bc688d0f97dacb323.tar.zst
forge-a6d7a1e868ed5a155049f83bc688d0f97dacb323.zip
Unexport some other things
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"`