main.go 92 B

1234567
  1. package main
  2. import "github.com/zricethezav/gitleaks/src"
  3. func main() {
  4. gitleaks.Run()
  5. }