https://github.com/goimp/stat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/goimp/stat
- Owner: goimp
- License: mit
- Created: 2025-01-01T23:49:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-01T23:50:26.000Z (over 1 year ago)
- Last Synced: 2025-03-03T09:44:51.071Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)