strfs provides a virtual file-system, where a fs.File can be created from a Go string.
Go to file
Charles Iliya Krempeaux 8e6f4ab909 initial commits 2022-12-14 03:03:30 -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:03:30 -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