Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

loudej
Copy link

@loudej loudej commented Jul 24, 2025

adding "name" because runtests.sh reports:

        wire_test.go:121: Errors didn't match expected errors from wire_errors.txt:
            {[]string}[0]:
                -: "example.com/foo/wire.go:x:y: name foo not exported by package bar"
                +: "example.com/foo/wire.go:x:y: foo not exported by package bar"

Fixes #412

 runtests.sh reports
```
        wire_test.go:121: Errors didn't match expected errors from wire_errors.txt:
            {[]string}[0]:
                -: "example.com/foo/wire.go:x:y: name foo not exported by package bar"
                +: "example.com/foo/wire.go:x:y: foo not exported by package bar"
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestWire/UnexportedStruct fails because of the error wording
1 participant