diff options
| author | 2026-06-07 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-06-07 06:14:54 +0000 | |
| commit | ffb98db8fbcdae9332392aabb2bdd217795c0432 (patch) | |
| tree | 98592d6cd8c48229bd8f5745976f24a2210baa4b /config/doc.go | |
| parent | *: Refactor file granularity (diff) | |
More cleanups
Diffstat (limited to 'config/doc.go')
| -rw-r--r-- | config/doc.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/doc.go b/config/doc.go new file mode 100644 index 00000000..c2116c36 --- /dev/null +++ b/config/doc.go @@ -0,0 +1,3 @@ +// Package config parses Git configuration files +// and provides typed lookup of their values. +package config |
