Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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