Closed snobb closed 4 years ago
Interesting. Maybe something changed in the latest versions of Go which changed this behavior. It's also strange that you changed the code and tests are still passing. I'll check it out in the weekend.
Any update on this? Thanks.
I've migrated from go1.9 to go1.13 and since then I've the same issue. Would appreciate any input or workaround regarding this issue
This ^ fixed the issue for me, but lmk if you think there's a better solution @marcosnils
I cannot see the regexp flag -goblin.run working unless I comment out the
flag.Parsed()
check in the Goblin constructor. In my tests it seems to always betrue
even though I do not see where else theflag.Parse()
is called.Removing the check seems to work well though.
The command I run is as follows:
OR
EDIT: I am using go1.11