mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-09 16:23:27 +08:00
8 lines
143 B
Go
8 lines
143 B
Go
//go:build !windows
|
|
|
|
package app
|
|
|
|
func findOtherWindowsUpdateInstances(_ []string, _ int) ([]windowsUpdateProcess, error) {
|
|
return nil, nil
|
|
}
|