wire icon indicating copy to clipboard operation
wire copied to clipboard

Updating the wanted error for testdata/UnexportedStruct

Open loudej opened this issue 5 months ago • 0 comments

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

loudej avatar Jul 24 '25 19:07 loudej