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

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

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.