Filesystem abstraction for Golang. Supports local and S3
Find a file
2024-11-19 09:24:58 -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 add documentation for move func, add rename function as a wrapper for move 2024-11-19 09:24:58 -05:00
storage_test.go add move func, fix test for copy 2024-11-19 09:20:53 -05:00
Taskfile.yml add open, write 2024-11-18 16:34:07 -05:00