summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/db_pam.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/hackers_git/db_pam.go
parentd9732f58a7609d7614c80bde3ac9d682ceabf698 (diff)
gofmt
Diffstat (limited to 'src/nshd/hackers_git/db_pam.go')
-rw-r--r--src/nshd/hackers_git/db_pam.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/db_pam.go b/src/nshd/hackers_git/db_pam.go
index e21ba63..2ef8d9a 100644
--- a/src/nshd/hackers_git/db_pam.go
+++ b/src/nshd/hackers_git/db_pam.go
@@ -23,8 +23,8 @@ package hackers_git
import (
"crypto/rand"
- "math/big"
p "lukeshu.com/git/go/libnslcd.git/proto"
+ "math/big"
s "syscall"
)