diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 14:46:57 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 14:46:57 -0400 |
commit | 5fd34611ee99d409c7e127bac162eb2fe37e46b7 (patch) | |
tree | be45c44245318ede467c076b8216f18bb8c614f7 /src/parabola_hackers/password.go | |
parent | 0e0907734c12eb0b70659be15ffd8c161402e6db (diff) |
clean up
Diffstat (limited to 'src/parabola_hackers/password.go')
-rw-r--r-- | src/parabola_hackers/password.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/parabola_hackers/password.go b/src/parabola_hackers/password.go index 4ea345f..957de1f 100644 --- a/src/parabola_hackers/password.go +++ b/src/parabola_hackers/password.go @@ -17,11 +17,12 @@ package parabola_hackers import ( - "io/ioutil" - "lukeshu.com/git/go/libgnulinux.git/crypt" "fmt" + "io/ioutil" "os" "strings" + + "lukeshu.com/git/go/libgnulinux.git/crypt" ) /* Note that the password hash value should be one of: |