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"
|
||||
"log"
|
||||
"os"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
func systemGetWINEVersion() string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue