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

https://github.com/goimp/stat


https://github.com/goimp/stat

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## Constants/functions for interpreting results of os.Stat() and os.Lstat().
#### [Inspired by CPython stat](https://github.com/python/cpython/blob/main/Lib/stat.py)

#### Installation
```shell
go get github.com/goimp/stat
```

#### [Docs can be found there](https://pkg.go.dev/github.com/goimp/stat)