strfs provides a virtual file-system, where a fs.File can be created from a Go string.
Go to file
Charles Iliya Krempeaux 77347f1c1e initial commits 2022-12-14 03:51:45 -08:00
LICENSE initial commits 2022-12-13 19:36:32 -08:00
README.md initial commits 2022-12-13 19:36:32 -08:00
content.go initial commits 2022-12-14 03:51:45 -08:00
content_test.go Update content_test.go 2022-12-14 20:32:21 +09:00
errors.go initial commits 2022-12-14 03:28:12 -08:00
fileinfo.go initial commits 2022-12-14 03:33:55 -08:00

README.md

go-strfs

Package strfs provides a virtual file-system, whre a fs.File can be created from a Go string.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-strfs

GoDoc