1
0
mirror of https://github.com/strongdm/comply synced 2024-09-28 22:30:59 +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
No known key found for this signature in database
GPG Key ID: 900437410E142A48

7
comply.go Normal file
View File

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