From dd6f03d47061fdb23f4b51c654a94e63eda39e13 Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Tue, 10 Oct 2023 15:41:52 -0700 Subject: [PATCH] checkpoint Signed-off-by: Jeff Ortel --- tar/filter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar/filter.go b/tar/filter.go index d21de023..63fdd5a1 100644 --- a/tar/filter.go +++ b/tar/filter.go @@ -57,7 +57,7 @@ func (r *Filter) Exclude(patterns ...string) { } // -// FilterSet filter predicate. +// FilterSet is a collection of filter patterns. type FilterSet struct { root string patterns []string