https://github.com/moriyoshi/go-fileid
Providing an unified way to identify files on the filesystem
https://github.com/moriyoshi/go-fileid
Last synced: 6 months ago
JSON representation
Providing an unified way to identify files on the filesystem
- Host: GitHub
- URL: https://github.com/moriyoshi/go-fileid
- Owner: moriyoshi
- Created: 2014-05-30T03:10:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T08:57:34.000Z (almost 11 years ago)
- Last Synced: 2023-04-11T17:06:22.471Z (about 2 years ago)
- Language: Go
- Size: 129 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go-fileid
---------This tiny library provides an unified way to retrieve an unique identifier for each file on the filesystem. In contrast to standard os.FileInfo, all the opaque members are exposed so that the user can marshal / unmarshal them through reflection.