diff options
Diffstat (limited to 'config/config.go')
| -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 } |
