package
1.1.0
Repository: https://github.com/coder/envbuilder.git
Documentation: pkg.go.dev

# Functions

Commit is a test helper for committing a single file to a repo.
CreateGitServer creates a git repository with an in-memory filesystem and serves it over HTTP using a httptest.Server.
NewRepo returns a new Git repository.
NewServer returns a http.Handler that serves a git repository.
No description provided by the author
WriteFile writes a file to the filesystem.

# Structs

No description provided by the author

# Type aliases

CommitFunc commits to a repo.