Skip to content

Conversation

@osamingo
Copy link
Owner

Summary

  • Add export_test.go to access unexported functions from external test packages
  • Change all test files to use external test package format (*_test)
  • Update gostyle configuration (enable recvtype analyzer)

Test plan

  • GOEXPERIMENT=jsonv2 go test ./... passes
  • GOEXPERIMENT=jsonv2 go tool gostyle run ./... passes

🤖 Generated with Claude Code

osamingo and others added 4 commits January 30, 2026 01:29
- Add export pattern to access unexported functions from external test packages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change package csvpp to package csvpp_test
- Add proper imports and package prefixes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change package csvpputil to package csvpputil_test
- Add proper imports and package prefixes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Enable recvtype analyzer (remove from disable list)
- Add nostyle:recvtype directive to FieldKind.String()
- Remove unnecessary exclude-test settings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@osamingo osamingo self-assigned this Jan 29, 2026
@osamingo osamingo marked this pull request as ready for review January 29, 2026 16:39
@osamingo osamingo merged commit 6772c5c into main Jan 29, 2026
3 checks passed
@osamingo osamingo deleted the refactor/external-test-packages branch January 29, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants