diff options
| author | 2026-01-26 09:45:26 +0100 | |
|---|---|---|
| committer | 2026-01-26 09:45:36 +0100 | |
| commit | ab2df01dcb1579ceb0e79487875cc8a89f90003e (patch) | |
| tree | 5fa55adddbd6ef12e90035d04d03cf13b3f7d63a /config | |
| parent | tree: Export TreeEntryNameCompare (diff) | |
| signature | No signature | |
config: Note that we don't support includes yet
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 2 |
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 } |
