From aeab898c2e5aa49bdb11c0a22f9faf5df36a3473 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sun, 5 Nov 2023 11:49:59 -0500 Subject: [PATCH] doc.go: a heading doc for the mtree package Signed-off-by: Vincent Batts --- doc.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..95c2d90 --- /dev/null +++ b/doc.go @@ -0,0 +1,4 @@ +// Package mtree provides the structures and functions for creating mtree +// specifications, as well as comparing them for validation. +package mtree +