mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
6 lines
236 B
Go
6 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
|