shithub: furgit

Download patch

ref: ab2df01dcb1579ceb0e79487875cc8a89f90003e
parent: 046c7f94446be0932e180dc3529d74b6baac3ed5
author: Runxi Yu <me@runxiyu.org>
date: Mon Jan 26 04:45:26 EST 2026

config: Note that we don't support includes yet

--- a/config/config.go
+++ b/config/config.go
@@ -16,6 +16,8 @@
 //
 // 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
 }
--