comply/comply.go

8 lines
92 B
Go

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