github.com/landoop/schema-registry@v0.0.0-20190327143759-50a5701c1891/schema-registry-cli/main.go (about)

     1  package main
     2  
     3  import "github.com/landoop/schema-registry/schema-registry-cli/cmd"
     4  
     5  func main() {
     6  	cmd.Execute()
     7  }