main.go (
5
lines of code) (
raw
):
package main import cmd "github.com/mozilla/psa-checker/cmd/psa-checker" func main() { cmd.Execute() }