(no title)
hiddendoom45 | 2 months ago
edit: this part below was originally a part of the comment I'm replying to
Hypotheses: you were modifying the map in another goroutine (do not share maps between goroutines unless they all treat it as read-only), the map implementation had some short-circuit logic for strings which was broken (file a bug report/it's probably already fixed), the debugger paused execution at an unsafe location (e.g. in the middle of non-user code), or the debugger incorrectly interpreted the contents of the map.
unknown|2 months ago
[deleted]
unknown|2 months ago
[deleted]
unknown|2 months ago
[deleted]