- Support IMMNotificationClient registration.
- Add
_example/DeviceEvents. - Change project layout.
- Use go.mod to manage dependencies.
- Rename
.gofiles.
The golang convention doesn't allow the capitalized file name (e.g. IMMNotificationClient.go). However, the lower-cased file name (e.g. immnotificationclient.go) is very hard to read, I decided to break the convention.
Initial version