mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
8 lines
88 B
Go
8 lines
88 B
Go
package main
|
|
|
|
import "github.com/dlorenc/scorecard/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|