Skip to content

cmp/internal/funcion: allow different wrapper names - #403

Open
randall77 wants to merge 1 commit into
google:masterfrom
randall77:allow-different-wrapper-names
Open

randall77 wants to merge 1 commit into
google:masterfrom
randall77:allow-different-wrapper-names

Conversation

@randall77

Copy link
Copy Markdown

As of CL https://go-review.googlesource.com/c/go/+/790740, the name of
the wrapper function for (*myType).Write names the wrapped type
(bytes.Buffer.Write) instead of the wrapping type (function.myType.Write).

Modify the test to allow both before and after behaviors.

As of CL https://go-review.googlesource.com/c/go/+/790740, the name of
the wrapper function for (*myType).Write names the wrapped type
(bytes.Buffer.Write) instead of the wrapping type (function.myType.Write).

Modify the test to allow both before and after behaviors.
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