1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

removed q mistype

This commit is contained in:
James Sapara 2018-05-31 12:30:52 -07:00
parent 2109157edc
commit 2e126c3d23

View File

@ -46,7 +46,6 @@ func firewallStealthStateMacOS() string {
} }
func FirewallStealthState() string { func FirewallStealthState() string {
q
switch runtime.GOOS { switch runtime.GOOS {
case "linux": case "linux":
return firewallStealthStateLinux() return firewallStealthStateLinux()