diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-18 15:01:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-18 15:01:40 -0500 |
commit | 1bbd0e01e3dc3f70bd2d86cd6e1669422bfd6e66 (patch) | |
tree | bac3fbb2a77caf97d0303793606474282640e703 /getgr | |
parent | d8c4fd9aef9137b04e4311a1f50024ab88d4c6e3 (diff) |
Godoc comments.
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 ( |