Sorry for the confusion, I must have updated go since I built this binary.
If I run `go version ` I get "go1.20.4" (released 2023-05-02)
which sounds about right.
On Monday, 27 November 2023 at 05:24:08 UTC+2 Kevin Chowski wrote:
> Perhaps I'm missing something, but given that 1.21.4 was
> rel
Perhaps I'm missing something, but given that 1.21.4 was
released 2023-11-07 I'm not sure how it could have been running for 6
months. Do you mind double-checking your assumptions?
On Sunday, November 26, 2023 at 4:59:10 PM UTC-5 Ari Croock wrote:
> Hi,
>
> I hope someone here can shed some lig
@Brian thanks a lot for confirmation!!!
On Saturday, November 25, 2023 at 12:09:25 AM UTC+8 Brian Candler wrote:
> Yes, it says it will not scan the *entries of the map* (i.e. the keys and
> the values held *within* the map).
>
> But if the map points to (say) 100,000 separate hash buckets, then
Hi,
I hope someone here can shed some light on a problem I'm having.
There is a detailed explanation on my stackoverflow question:
https://stackoverflow.com/questions/77538297/why-does-my-time-ticker-work-fine-for-6-months-then-suddenly-stop-sending-ticks
The summary is I have a very simple tim