wg-quicker/main.go

8 lines
82 B
Go
Raw Normal View History

package main
import "go.xsfx.dev/wg-quicker/cmd"
func main() {
cmd.Execute()
}