1
0
mirror of https://github.com/strongdm/comply synced 2024-06-30 22:14:22 +00:00
comply/comply.go
2018-05-15 14:13:11 -07:00

8 lines
92 B
Go

package main
import "github.com/strongdm/comply/internal/cli"
func main() {
cli.Main()
}