mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-16 15:28:09 +02:00
7 lines
204 B
Go
7 lines
204 B
Go
/*
|
|
Package sys provides common data structures and utilties functions that are
|
|
used by the subpackages for interfacing with the system level APIs to collect
|
|
event log records from Windows.
|
|
*/
|
|
package sys
|