An open API service indexing awesome lists of open source software.

https://github.com/x1unix/go-regwatch

Registry change watcher
https://github.com/x1unix/go-regwatch

cgo go golang golang-windows win win32

Last synced: 7 months ago
JSON representation

Registry change watcher

Awesome Lists containing this project

README

          

# 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`