diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-04 18:08:15 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-04 18:16:05 -0500 |
commit | a4f6795caea46360a1f8a2517778900b2d3cf41a (patch) | |
tree | 411fa31dbd853011fef49107fdc2f403fd64436c /go/src | |
parent | 84dbb723d5bc4119b336ed3444a243063b1e959c (diff) |
gofmtv20170204
Diffstat (limited to 'go/src')
-rw-r--r-- | go/src/nshd/nshd_files/users.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/src/nshd/nshd_files/users.go b/go/src/nshd/nshd_files/users.go index 4fd3cd1..2d2050e 100644 --- a/go/src/nshd/nshd_files/users.go +++ b/go/src/nshd/nshd_files/users.go @@ -22,9 +22,9 @@ import ( "nshd/util" - yaml "gopkg.in/yaml.v2" p "git.lukeshu.com/go/libnslcd/nslcd_proto" "git.lukeshu.com/go/libsystemd/sd_daemon" + yaml "gopkg.in/yaml.v2" ) /* Note that the password hash value should be one of: |