summaryrefslogtreecommitdiff
path: root/getgr/getgr.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-18 15:01:40 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-18 15:01:40 -0500
commit1bbd0e01e3dc3f70bd2d86cd6e1669422bfd6e66 (patch)
treebac3fbb2a77caf97d0303793606474282640e703 /getgr/getgr.go
parentd8c4fd9aef9137b04e4311a1f50024ab88d4c6e3 (diff)
Godoc comments.
Diffstat (limited to 'getgr/getgr.go')
-rw-r--r--getgr/getgr.go4
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 (