embed
I think it would be cool if the https://pkg.go.dev/embed package was supported.
Tinygo just got support for EMbed as well as generics https://github.com/tinygo-org/tinygo/releases/tag/v0.24.0
Hey @gedw99. What did you have in mind for hackpadfs support? It looks like embed is already interoperable with the built-in io/fs package, so it works with hackpadfs out of the box. 👍
Ah it’s API compatible ? Will try embed out then. Thanks @JohnStarich
I wanted to use this as a test tool: https://github.com/twpayne/go-vfs
there is a compatible layer here for Adern btw: https://github.com/twpayne/go-vfsafero
then I want to try to get go-git working: https://github.com/go-git/go-git
Running a git server with only go-get using binary patches works today so there is no logical reason that a git client can work.