mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "github.com/strongdm/comply/internal/cli"
|
|
|
|
func main() {
|
|
cli.Main()
|
|
}
|