mirror of https://github.com/shirou/gopsutil
Add arm/arm64 support on Windows
parent
ce5729cbcd
commit
14b7231917
@ -1,4 +1,5 @@
|
||||
// +build windows
|
||||
//go:build (windows && amd64) || (windows && arm64)
|
||||
// +build windows,amd64 windows,arm64
|
||||
|
||||
package process
|
||||
|
Loading…
Reference in New Issue