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
- Host: GitHub
- URL: https://github.com/x1unix/go-regwatch
- Owner: x1unix
- License: mit
- Created: 2019-09-13T00:51:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T10:40:46.000Z (about 6 years ago)
- Last Synced: 2025-01-31T07:16:09.482Z (8 months ago)
- Topics: cgo, go, golang, golang-windows, win, win32
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`