├── .gitignore ├── LICENSE ├── README.md ├── dirwatch.go └── dirwatch_test.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workshop-depot/dirwatch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workshop-depot/dirwatch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workshop-depot/dirwatch/HEAD/README.md -------------------------------------------------------------------------------- /dirwatch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workshop-depot/dirwatch/HEAD/dirwatch.go -------------------------------------------------------------------------------- /dirwatch_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workshop-depot/dirwatch/HEAD/dirwatch_test.go --------------------------------------------------------------------------------