From 97311612e75a171ea38d45abd2b415aff2a7ed8c Mon Sep 17 00:00:00 2001 From: Mike Tocci Date: Tue, 3 Aug 2021 18:24:39 -0400 Subject: [PATCH] cleanup fs.go comment --- internal/model/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/model/fs.go b/internal/model/fs.go index 4abf902..21d81d9 100644 --- a/internal/model/fs.go +++ b/internal/model/fs.go @@ -142,7 +142,7 @@ func ReadProcedures() ([]*Procedure, error) { } // ReadPolicies loads policy documents from the filesystem. -// remove pdf file ending and place that logic in ... +// remove pdf file ending and place that logic in document.go func ReadPolicies() ([]*Document, error) { var policies []*Document