github.com/in-toto/in-toto-golang@v0.9.1-0.20240517212500-990269f763cf/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/in-toto/in-toto-golang/cmd"
     5  )
     6  
     7  func main() {
     8  	cmd.Execute()
     9  }