We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e27a17 commit e8586e9Copy full SHA for e8586e9
.travis.yml
@@ -0,0 +1,4 @@
1
+language: go
2
+go:
3
+ - 1.7
4
+ - tip
README.md
@@ -1,4 +1,7 @@
# watcher
+
+[](https://travis-ci.org//radovskyb/watcher)
5
`watcher` is a simple Go package for watching files or directory changes.
6
7
`watcher` watches for changes and notifies over channels either anytime an event or an error has occured.
0 commit comments