├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── main.go └── ruleloader.go /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevelopersPL/gonotifyav/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevelopersPL/gonotifyav/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevelopersPL/gonotifyav/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevelopersPL/gonotifyav/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevelopersPL/gonotifyav/HEAD/main.go -------------------------------------------------------------------------------- /ruleloader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevelopersPL/gonotifyav/HEAD/ruleloader.go --------------------------------------------------------------------------------