aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-26 09:45:26 +0100
committerGravatar Runxi Yu2026-01-26 09:45:36 +0100
commitab2df01dcb1579ceb0e79487875cc8a89f90003e (patch)
tree5fa55adddbd6ef12e90035d04d03cf13b3f7d63a /config/config.go
parenttree: Export TreeEntryNameCompare (diff)
signatureNo signature
config: Note that we don't support includes yet
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index edee4f3b..b9f58696 100644
--- a/config/config.go
+++ b/config/config.go
@@ -16,6 +16,8 @@ import (
//
// Lookups are matched case-insensitively for section and key names, and
// subsections must match exactly.
+//
+// Includes aren't supported yet; they will be supported in a later revision.
type Config struct {
entries []ConfigEntry
}