summaryrefslogtreecommitdiff
path: root/src/nshd/main.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-11-08 02:37:37 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-11-08 02:37:37 -0500
commitf954cc97b988ad77c068664b39a9159f030d923b (patch)
treeea428d8653bf81844d94e616e2c5d0291fca678e /src/nshd/main.go
parentd9732f58a7609d7614c80bde3ac9d682ceabf698 (diff)
gofmt
Diffstat (limited to 'src/nshd/main.go')
-rw-r--r--src/nshd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/main.go b/src/nshd/main.go
index 08d2a97..6871518 100644
--- a/src/nshd/main.go
+++ b/src/nshd/main.go
@@ -23,8 +23,8 @@
package main
import (
- "nshd/hackers_git"
"lukeshu.com/git/go/libnslcd.git/systemd"
+ "nshd/hackers_git"
"os"
)