summaryrefslogtreecommitdiff
path: root/src/cmd-nshd/main.go.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 14:46:57 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 14:46:57 -0400
commit5fd34611ee99d409c7e127bac162eb2fe37e46b7 (patch)
treebe45c44245318ede467c076b8216f18bb8c614f7 /src/cmd-nshd/main.go.in
parent0e0907734c12eb0b70659be15ffd8c161402e6db (diff)
clean up
Diffstat (limited to 'src/cmd-nshd/main.go.in')
-rw-r--r--src/cmd-nshd/main.go.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cmd-nshd/main.go.in b/src/cmd-nshd/main.go.in
index f24707e..b8c3e71 100644
--- a/src/cmd-nshd/main.go.in
+++ b/src/cmd-nshd/main.go.in
@@ -18,9 +18,10 @@
package main
import (
- "lukeshu.com/git/go/libnslcd.git/systemd"
- hackers_nslcd_backend "parabola_hackers/nslcd_backend"
"os"
+ hackers_nslcd_backend "parabola_hackers/nslcd_backend"
+
+ nslcd_systemd "lukeshu.com/git/go/libnslcd.git/systemd"
)
func main() {