mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-29 05:38:09 +02:00
8 lines
273 B
Go
8 lines
273 B
Go
/*
|
|
Package eventlog provides the means for reading event logs from Windows. Windows
|
|
has two different APIs for reading event logs. This package automatically
|
|
chooses the appropriate API to use based on what is available in the runtime
|
|
operating system.
|
|
*/
|
|
package eventlog
|