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