Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montag451/go-users
A Go package to query the passwd, the group and the shadow databases of a UNIX system
https://github.com/montag451/go-users
golang group nsswitch passwd shadow unix
Last synced: 5 days ago
JSON representation
A Go package to query the passwd, the group and the shadow databases of a UNIX system
- Host: GitHub
- URL: https://github.com/montag451/go-users
- Owner: montag451
- License: mit
- Created: 2021-08-13T12:50:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T00:37:21.000Z (11 months ago)
- Last Synced: 2025-01-16T16:32:12.584Z (14 days ago)
- Topics: golang, group, nsswitch, passwd, shadow, unix
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description #
This Go module provides several packages to query the passwd, the
group and the shadow databases of a UNIX system. See [the
documentation](https://pkg.go.dev/github.com/montag451/go-users) for
further information.