github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/cmd/bootstrap/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/onflow/flow-go/cmd/bootstrap/cmd"
     5  )
     6  
     7  func main() {
     8  	cmd.Execute()
     9  }