From ff784c658553a5693000dc6260df82ed735278e5 Mon Sep 17 00:00:00 2001 From: Shane C Date: Fri, 22 Nov 2024 10:11:41 -0500 Subject: [PATCH] add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aca9a91 --- /dev/null +++ b/README.md @@ -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* \ No newline at end of file