Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Maki-Daisuke/go-pwd
<DEPRECATED> Thin wrapper of POSIX <pwd.h> for Go
https://github.com/Maki-Daisuke/go-pwd
go golang posix
Last synced: 3 months ago
JSON representation
<DEPRECATED> Thin wrapper of POSIX <pwd.h> for Go
- Host: GitHub
- URL: https://github.com/Maki-Daisuke/go-pwd
- Owner: Maki-Daisuke
- License: bsd-2-clause
- Created: 2016-01-31T14:09:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T15:48:31.000Z (over 5 years ago)
- Last Synced: 2024-11-05T14:25:11.335Z (3 months ago)
- Topics: go, golang, posix
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - go-pwd
README
go-pwd
======**DEPRECATED: You should use `os/user` package in the standard library**
Description
-----------Package pwd is a thin wrapper of C library pwd.h.
This is designed as thin as possible, but aimed to be thread-safe.API
---See [GoDoc](https://godoc.org/github.com/Maki-Daisuke/go-pwd).
License
-------The Simplified BSD License (2-clause).
See [LICENSE](LICENSE) file also.Author
------Daisuke (yet another) Maki