summaryrefslogtreecommitdiff
path: root/inotify/bits.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-12 11:20:19 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-12 11:20:19 -0600
commitbb61a2624631616f2954e6a9063dcabd58847831 (patch)
tree36bf4d2fcb68986c9866b7b27548f949bbb130c0 /inotify/bits.go
parent8941e9a90b9560e6b433c68725255f827922a5a8 (diff)
gofmt, use make(chan) without a number argument where possible
Diffstat (limited to 'inotify/bits.go')
-rw-r--r--inotify/bits.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/inotify/bits.go b/inotify/bits.go
index 2c65736..eb0270f 100644
--- a/inotify/bits.go
+++ b/inotify/bits.go
@@ -11,6 +11,7 @@ type Fd int
type Wd int
type Mask uint32
+
const (
// Supported events suitable for the `mask` parameter of Inotify.AddWatch().
IN_ACCESS Mask = (1<< 0) // File was accessed.