Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 222 Bytes

go-regwatch

Package regwatch provides a tiny wrapper that allows to track registry key changes in Windows operating system.

This library wraps RegNotifyChangeKeyValue Windows syscall.

Usage

See example_test.go