1
0
mirror of https://github.com/strongdm/comply synced 2024-09-28 22:30:59 +00:00

cleanup fs.go comment

This commit is contained in:
Mike Tocci 2021-08-03 18:24:39 -04:00
parent f60d1e94c0
commit 97311612e7

View File

@ -142,7 +142,7 @@ func ReadProcedures() ([]*Procedure, error) {
} }
// ReadPolicies loads policy documents from the filesystem. // 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) { func ReadPolicies() ([]*Document, error) {
var policies []*Document var policies []*Document