Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 556 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 556 Bytes

Straw

go-doc

Straw is a filesystem abstraction for Go. It started life as simply supporting streams (no seek) but evolved to a more complete API over time.

Currently it supports local filesystem aws s3, and sftp as storage options.

WARNING : The API is not stable at this point.

For the subset of filesystem-like functionality that it does provide, it aims to remain close to the existing Go standard library types and concepts as possible.