Update module path to dappco.re/go/core/session, dependency to dappco.re/go/core/log v0.1.0, all Go import paths, and documentation references. Remove duplicate test functions found during migration. Co-Authored-By: Virgil <virgil@lethean.io>
495 B
495 B
TODO
Task
Update go.mod require lines from forge.lthn.ai to dappco.re paths. Update versions: core v0.5.0, log v0.1.0, io v0.2.0. Update all .go import paths. Run go mod tidy and go build ./...
Status: Complete. All module paths migrated to
dappco.re/go/core/....
Checklist
- Read and understand the codebase
- Implement the required changes
- Run build:
go build ./... - Run tests:
go test ./... - Commit with conventional commit message