You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
The expected behavior is that the value 10 is used in both the amount and consider option. However, doing a simple print to the console would show that they are not being used, and that the default value is still the one being used.
This is probably also true for the token argument (not being used). Adding some fmt.Println() after that line and then calling the function with arguments would be a way to test and reproduce this.
Happy to work on a PR if this is in fact a confirmed bug, and a welcomed change by the maintainers? If I'm missing something please enlighten me.