bytedance / mockey

a simple and easy-to-use golang mock library
Apache License 2.0
556 stars 22 forks source link

fix: do not panic when user forget to add gcflags #41

Closed Sychorius closed 8 months ago

Sychorius commented 8 months ago

Change-Id: I34505cea2eb96cddff5b7da71f918ca2d21c134d

What type of PR is this?

fix

What this PR does / why we need it (en: English/zh: Chinese):

en: do not panic when user forget to add gcflags zh: 检查gcflags失败的情况不panic,改为打err日志

Which issue(s) this PR fixes: