mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 02:47:30 +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
|