Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 620 Bytes

NetworkChangeNotifier

在网络有更改后,获取通知。

Get notification after network changed.

操作系统支持:

- MacOS(在版本10.14.3上进行了测试)
- Windows 至少为 Windows Vista 版本(在 Windows 10 版本 1809 上进行了测试)
- Linux (在 CentOS 7.6 上进行了测试)

OS Support:

- MacOS (Test on 10.14.3)
- Windows >= Windows Vista (Test on Windows 10 1809)
- Linux (Test on CentOS 7.6)

用法:

详见 darwin_test.go, windows_test.go 和 linux_test.go

Usage:

see darwin_test.go, windows_test.go and linux_test.go