mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-22 22:06:35 +01:00
Remove unsafe package use in windows system detector
This commit is contained in:
@ -8,7 +8,6 @@ import (
|
|||||||
"golang.org/x/sys/windows"
|
"golang.org/x/sys/windows"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"unsafe"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func systemGetWINEVersion() string {
|
func systemGetWINEVersion() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user