1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-26 00:00:29 +00:00

doc.go: a heading doc for the mtree package

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-11-05 11:49:59 -05:00
parent 016c34ecb9
commit aeab898c2e
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

4
doc.go Normal file
View file

@ -0,0 +1,4 @@
// Package mtree provides the structures and functions for creating mtree
// specifications, as well as comparing them for validation.
package mtree