# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/puu3uya
Go 大佬良心發現,願意給 map 加清除了?**
大家好,我是煎魚。一個東西來來回回的討論,關了又開,關了後建新的,新的被 ban 了,又發現新的論據,再打開新的。這在職場工作中很常見,在 Go 的提案討論中,也出現了...今天要分享的是 Go map 在 NaN 上的一個爭議和可能即將出現的 API 增加。背景和考題-----NaN 是什麼在計算機科學中,有一個神奇的值, 叫做:NaN(Not a Number,非數)。它是數值數據類型的一類值 ⌘ Read more