套件:golang-github-astromechza-etcpwdparse-dev(0.0~git20170319.f0e5f07-3)
golang-github-astromechza-etcpwdparse-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-astromechza-etcpwdparse:
- [golang-github-astromechza-etcpwdparse_0.0~git20170319.f0e5f07-3.dsc]
- [golang-github-astromechza-etcpwdparse_0.0~git20170319.f0e5f07.orig.tar.xz]
- [golang-github-astromechza-etcpwdparse_0.0~git20170319.f0e5f07-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Golang library for parsing /etc/passwd entries (library)
Golang library etcpwdparse
This library provides simple access to the entries in the /etc/passwd file.
It was made for programs that need to be able to pull home directories, user id's and the like but do not want the cgo-dependence of the core os/user package.
The only real caveat is that it doesn't pull user entries from other sources like PAM or LDAP since it only operates by reading the file on disk.