Filesystem abstraction for Golang. Supports local and S3
Find a file
2024-11-18 16:39:35 -05:00
.gitignore Initial commit 2024-11-17 10:00:48 -05:00
file.go add open, write 2024-11-18 16:34:07 -05:00
go.mod add open, write 2024-11-18 16:34:07 -05:00
go.sum add open, write 2024-11-18 16:34:07 -05:00
LICENSE Initial commit 2024-11-17 10:00:48 -05:00
storage.go fix read for s3, add test for read 2024-11-18 16:39:35 -05:00
storage_test.go fix read for s3, add test for read 2024-11-18 16:39:35 -05:00
Taskfile.yml add open, write 2024-11-18 16:34:07 -05:00