This website requires JavaScript.
Explore
Help
Sign In
xsteadfastx
/
wg-quicker
Watch
1
Star
0
Fork
0
You've already forked wg-quicker
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
master
wg-quicker
/
main.go
8 lines
82 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
uses cobra for command line interface rewrite
2021-01-21 15:18:17 +01:00
package
main
import
"go.xsfx.dev/wg-quicker/cmd"
adds goreleaser and makefile for preparing wireguard-go
2021-01-19 14:18:44 +01:00
uses cobra for command line interface rewrite
2021-01-21 15:18:17 +01:00
func
main
(
)
{
cmd
.
Execute
(
)
}
Reference in New Issue
Copy Permalink