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

add comply.go to root

This commit is contained in:
Justin McCarthy
2018-05-11 16:47:36 -07:00
parent 6d50beffe4
commit b82183e777

7
comply.go Normal file
View File

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