package
0.0.12
Repository: https://github.com/jonjohnsonjr/dagdotdev.git
Documentation: pkg.go.dev

# README

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

# Functions

NewRepo connects to a Git repository at the given http:// or https:// URL.
ParseHash parses the (full-length) Git hash text.

# Structs

A DirEntry is a Git directory entry parsed from a tree object.
A Ref is a single Git reference, like refs/heads/main, refs/tags/v1.0.0, or HEAD.
A Repo is a connection to a remote repository served over HTTP or HTTPS.

# Type aliases

A Hash is a SHA-1 Hash identifying a particular Git object.
An ObjType is an object type indicator.