WireGuard / wgctrl-go

Package wgctrl enables control of WireGuard interfaces on multiple platforms.
https://godoc.org/golang.zx2c4.com/wireguard/wgctrl
MIT License
727 stars 85 forks source link

Fix staticcheck warnings on bitwise OR 0 #87

Closed muhlemmer closed 4 years ago

muhlemmer commented 4 years ago

Closes #86

mdlayher commented 4 years ago

LGTM thanks. Not sure why I wrote it that way in the first place!