From 3c237531f5067340e34b01c7f7ea45fa55c39657 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 28 Aug 2015 20:42:46 -0600 Subject: switch to my own inotify bindings, the golang.org/x/exp bindings are crap --- src/nshd/hackers_git/hackers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nshd') diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go index 99af135..b8ef949 100644 --- a/src/nshd/hackers_git/hackers.go +++ b/src/nshd/hackers_git/hackers.go @@ -1,7 +1,7 @@ package hackers_git import ( - _ "golang.org/x/exp/inotify" + "inotify" _ "gopkg.in/yaml.v2" p "nslcd_proto" "nslcd_systemd" -- cgit v1.2.3-54-g00ecf