summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-28 20:42:46 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-28 20:42:46 -0600
commit3c237531f5067340e34b01c7f7ea45fa55c39657 (patch)
treee6dd9be0682046ef755641a2cd49a0120ea0ea80 /src/nshd/hackers_git/hackers.go
parent4f16ef5707daf4acd74a07b665d1d67ab97c1f44 (diff)
switch to my own inotify bindings, the golang.org/x/exp bindings are crap
Diffstat (limited to 'src/nshd/hackers_git/hackers.go')
-rw-r--r--src/nshd/hackers_git/hackers.go2
1 files changed, 1 insertions, 1 deletions
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"