diff options
Diffstat (limited to 'getgr')
-rw-r--r-- | getgr/getgr.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/getgr/getgr.go b/getgr/getgr.go index 5e32826..7757e2e 100644 --- a/getgr/getgr.go +++ b/getgr/getgr.go @@ -1,4 +1,4 @@ -// Copyright 2015 Luke Shumaker <lukeshu@sbcglobal.net>. +// Copyright 2015-2016 Luke Shumaker <lukeshu@sbcglobal.net>. // // This is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as @@ -16,6 +16,8 @@ // Package getgr provides an interface to query the POSIX group // database. +// +// BUG(lukeshu) This package should be renamed to "nss" and expanded. package getgr import ( |