summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-07 23:12:18 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-07 23:12:18 -0600
commit139bd8467b78db3ed2d7fa0c4a9d62f3d8c75219 (patch)
treef32bcbe1bbe01787b5ac825c047202ebac3c2b8f /src/nshd/hackers_git/hackers.go
parentce1dc46501556778e73fb120b92873750fab5cf3 (diff)
clean up gofmt differences
Diffstat (limited to 'src/nshd/hackers_git/hackers.go')
-rw-r--r--src/nshd/hackers_git/hackers.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index 2bc2fb2..83ef482 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -22,11 +22,12 @@ type Config struct {
type Hackers struct {
util.NullBackend
- cfg Config
- lock sync.RWMutex
- workers sync.WaitGroup
- users map[int32]user
- groups map[string]map[string]bool
+ cfg Config
+ lock sync.RWMutex
+ workers sync.WaitGroup
+
+ users map[int32]user
+ groups map[string]map[string]bool
in_fd *inotify.Inotify
in_wd_home inotify.Wd