1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 22:34:04 +00:00

Initial commit

This commit is contained in:
Justin McCarthy
2018-05-11 13:25:46 -07:00
commit 8f7e41ffc8
1038 changed files with 263537 additions and 0 deletions

7
cmd/comply/comply.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/strongdm/comply/internal/cli"
func main() {
cli.Main()
}