Skip to content

Conversation

@ppoage
Copy link

@ppoage ppoage commented Jan 1, 2026

To be edited~

  • Code is formatted (go fmt ./...)
  • Linter passes (golangci-lint run)
  • All tests pass with race detector (go test -race ./...)
  • Benchmarks don't regress (FFI overhead < 200ns)
  • New code has tests (minimum 70% coverage, current: 89.1%)
  • Platform-specific code tested on target OS
  • Assembly changes validated on real hardware
  • Documentation updated (if applicable)
  • Commit messages follow conventions
  • No sensitive data (credentials, tokens, etc.)

Note: All tests are passing, coverage should be expanded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant