wormhole/node/main.go

8 lines
94 B
Go

package main
import "github.com/certusone/wormhole/node/cmd"
func main() {
cmd.Execute()
}