# 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/wvs4fkq
Go for 循環有時候真的很坑**
大家好,我是煎魚。不知道有多少 Go 的面試題和泄露,都和 for 循環有關。今天我在週末認真一看,發現了 redefining for loop variable semantics[1] ,看來大家踩到的坑都是一樣的。著名的硬核大佬 Russ Cox 表示他一直在研究這個問題,表示十年的經驗表明了當前語義的代價是很大的,得動一動,看看能不能打破兼容性原則。想了下之前 Go modules 的事 ⌘ Read more