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
|