From bb61a2624631616f2954e6a9063dcabd58847831 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Sep 2015 11:20:19 -0600 Subject: gofmt, use make(chan) without a number argument where possible --- inotify/bits.go | 1 + 1 file changed, 1 insertion(+) (limited to 'inotify/bits.go') 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. -- cgit v1.2.3