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