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

docs: update readme —— modified sick sentences #42

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Mockey 基于[Apache License 2.0](https://github.com/bytedance/mockey/blob/main/
1. 命令行:`go test -gcflags="all=-l -N" -v ./...`
2. Goland:在 **运行/调试配置 > Go工具实参** 对话框中填写 `-gcflags="all=-l -N"`

### Mock 后函数后仍走入了原函数
### Mock 函数后仍走入了原函数
1. 未禁用内联或者编译优化:可以尝试使用 debug 模式,如果能跑过则说明是该问题,请转到 FAQ [相关章节](#如何禁用内联和编译优化)
2. 未调用`Build()`方法:mock 函数时漏写了`.Build()`,导致没有任何实际效果产生
3. 目标函数不完全匹配:
Expand Down