Closing: deliverable complete. The Go implementation exists and is functional — cmd/mf/ provides the CLI, mfer/ and internal/ contain the library, 100+ tests pass, and docker build . is green. The tool supports generate, verify, fetch, and GPG signing as specified in the original requirements.
Closing: deliverable complete. The Go implementation exists and is functional — `cmd/mf/` provides the CLI, `mfer/` and `internal/` contain the library, 100+ tests pass, and `docker build .` is green. The tool supports generate, verify, fetch, and GPG signing as specified in the original requirements.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This is a working 1.0 in go.
Definition of done is when one can run:
go get git.eeqj.de/sneak/mferand have a workingmfcommand line tool.Closing: deliverable complete. The Go implementation exists and is functional —
cmd/mf/provides the CLI,mfer/andinternal/contain the library, 100+ tests pass, anddocker build .is green. The tool supports generate, verify, fetch, and GPG signing as specified in the original requirements.