diff options
Diffstat (limited to 'nslcd_systemd')
-rw-r--r-- | nslcd_systemd/nslcd_systemd.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd_systemd/nslcd_systemd.go b/nslcd_systemd/nslcd_systemd.go index cf12760..86ebbd9 100644 --- a/nslcd_systemd/nslcd_systemd.go +++ b/nslcd_systemd/nslcd_systemd.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Luke Shumaker <lukeshu@sbcglobal.net> +// Copyright (C) 2015-2017 Luke Shumaker <lukeshu@sbcglobal.net> // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -30,7 +30,7 @@ // backend := ... // os.Exit(int(nslcd_systemd.Main(backend))) // } -package nslcd_systemd +package nslcd_systemd // import "git.lukeshu.com/go/libnslcd/nslcd_systemd" import ( "fmt" |