github.com/boxboat/in-toto-golang@v0.0.3-0.20210303203820-2fa16ecbe6f6/main.go (about)

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