add README

This commit is contained in:
Shane C. 2024-11-22 10:11:41 -05:00
parent 4792a11fd3
commit ff784c6585
Signed by: Shane C.
GPG key ID: E46B5FEA35B22FF9

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Fsys - Filesystem Abstraction for Golang
fsys is a package that abstracts the local and the s3 filesystem to try to provide a standard interface for both.
[pkg.go.dev documentation](https://pkg.go.dev/egtyl.xyz/omnibill/fsys)
## Examples
*coming soon*