1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 15:04:22 +00:00
comply/comply.go

8 lines
92 B
Go
Raw Permalink Normal View History

2018-05-15 21:13:11 +00:00
package main
import "github.com/strongdm/comply/internal/cli"
func main() {
cli.Main()
}