diff options
| author | 2026-06-10 18:25:56 +0000 | |
|---|---|---|
| committer | 2026-06-10 18:25:56 +0000 | |
| commit | bbce751b97c46cbc94f724e73dcda0855170a595 (patch) | |
| tree | a083ec63712bf3baed985e65992815ca6492fe3e /internal | |
| parent | .editorconfig: Setting tab size is a bad idea (diff) | |
internal/format: Add doc
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/format/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/format/doc.go b/internal/format/doc.go new file mode 100644 index 00000000..f0a89b22 --- /dev/null +++ b/internal/format/doc.go @@ -0,0 +1,2 @@ +// Package format provides low-level routines for various file formats. +package format |
