Filesystem abstraction for Golang. Supports local and S3
Find a file
2024-11-18 21:10:54 -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 IsDir for local filesystem 2024-11-18 21:10:54 -05:00
storage_test.go add stat func 2024-11-18 20:54:41 -05:00
Taskfile.yml add open, write 2024-11-18 16:34:07 -05:00