Posts Tagged “Modules”
The tl;dr is this:
You can fix the problem by replacing number with ReturnType
Similarly you can replace number with ReturnType if you are seeing the problem with setInterval.
If you want to know more about it, read on.
I've run into this problem a number…
Read More / Comment »
Go has a problem. Go modules place a strange naming requirement on modules version 2 or greater. Module names on modules v2+ must end in the major version ala …/v2, and communication of this rule has been weak. It's non-obvious, and the community at large does not understand it.
I have seen many ve…
Read More / Comment »