Filesystem abstraction for Golang. Supports local and S3
Find a file
2024-11-18 17:04:50 -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 file perms for WriteFile 2024-11-18 17:04:50 -05:00
storage_test.go add documentation for functions 2024-11-18 17:00:58 -05:00
Taskfile.yml add open, write 2024-11-18 16:34:07 -05:00