WIP: docs: add SPEC.md and README.md for ncgo #3

Draft
thabeta wants to merge 1 commit from development_document_project into master
Owner

Summary

  • Added SPEC.md documenting project modules, CLI flags, and architecture
  • Added README.md with installation, usage, and examples
  • Fixed pre-existing test bug in TestHexDumpFullLine (assertion expected "4141" but hex.Dump outputs "41 41")

Test plan

  • go build ./... - pass
  • go test ./... - pass (6 tests)
  • bash verification/verify.sh - pass

#2

## Summary - Added SPEC.md documenting project modules, CLI flags, and architecture - Added README.md with installation, usage, and examples - Fixed pre-existing test bug in TestHexDumpFullLine (assertion expected "4141" but hex.Dump outputs "41 41") ## Test plan - `go build ./...` - pass - `go test ./...` - pass (6 tests) - `bash verification/verify.sh` - pass https://forge.ourworld.tf/thabeta/ncgo/issues/2
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin development_document_project:development_document_project
git switch development_document_project

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff development_document_project
git switch development_document_project
git rebase master
git switch master
git merge --ff-only development_document_project
git switch development_document_project
git rebase master
git switch master
git merge --no-ff development_document_project
git switch master
git merge --squash development_document_project
git switch master
git merge --ff-only development_document_project
git switch master
git merge development_document_project
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
thabeta/ncgo!3
No description provided.