/gitfs

Remote Git repos as fs.FS file systems.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Package gitfs presents a file tree downloaded from a remote Git repo as an in-memory fs.FS. See the API reference.

Modifications from original version by Russ Cox:

  • do not print to STDOUT
  • context support