summaryrefslogtreecommitdiff
path: root/src/nshd/main.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/main.go
parentce1dc46501556778e73fb120b92873750fab5cf3 (diff)
clean up gofmt differences
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 3560870..05236b8 100644
--- a/src/nshd/main.go
+++ b/src/nshd/main.go
@@ -1,10 +1,10 @@
package main
import (
- "sd_daemon/lsb"
"nshd/hackers_git"
"nslcd_systemd"
"os"
+ "sd_daemon/lsb"
)
func main() {