youta-t / its

its a matcher library for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mocker/scenario: remove token

youta-t opened this issue · comments

Now, scenario.Next returns (token, trackedFunc) pair.

But currently, token is not used.

Remove such redundant return value.