mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +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()
|
||
|
}
|