mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
7 lines
236 B
Go
7 lines
236 B
Go
// Package windowsupdate provides a go-ole interface to the windows
|
|
// update agent.
|
|
//
|
|
// This code derives from https://github.com/ceshihao/windowsupdate
|
|
// based on github.com/kolide/launcher/pkg/osquery/tables
|
|
package windowsupdate
|