wormhole/bridge/main.go

8 lines
96 B
Go

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