Remove unsafe package use in windows system detector
This commit is contained in:
parent
729b0877df
commit
51828f885d
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue