package main import ( "git.metaunix.net/metaunix/go-vpn/cmd" ) func main() { cmd.Execute() }