summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers_parse.go')
-rw-r--r--src/nshd/hackers_git/hackers_parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/hackers_parse.go b/src/nshd/hackers_git/hackers_parse.go
index 0525c56..d5370eb 100644
--- a/src/nshd/hackers_git/hackers_parse.go
+++ b/src/nshd/hackers_git/hackers_parse.go
@@ -25,9 +25,9 @@ import (
"fmt"
yaml "gopkg.in/yaml.v2"
"io/ioutil"
+ "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
"os"
"path"
- "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
"strconv"
"strings"
)