Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock code generation cli tool #13

Open
ysmood opened this issue Apr 27, 2022 · 0 comments
Open

Mock code generation cli tool #13

ysmood opened this issue Apr 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ysmood
Copy link
Owner

ysmood commented Apr 27, 2022

Such as run the command below:

go run github.com/ysmood/got/cmd/mock@latest w myWriter io.Writer

To output generated golang code to the stdout:

type myWriter struct {
	got.Mock
}

func (w *myWriter) Write(p []byte) (n int, err error) {
	return t.Proxy("Write").(func([]byte) (int, error))(p)
}
@ysmood ysmood added the enhancement New feature or request label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant