# 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/2zr6x5a
Go 1-18 的那些事 -- 工作區、模糊測試、泛型**
前言--2022 年 3 月 15 日,Google 發佈了萬衆矚目的 Golang 1.18,帶來了好幾個重大的新特性,包括:解決本地同時開發多個倉庫帶來的一些問題的工作區(Workspace) 能夠自動探測代碼分支,隨機生成輸入,並且檢查代碼是否會 panic 的模糊測試(Fuzzing Test) 衆多開發者盼星星盼月亮終於等到的泛型支持。 本文將簡單講述這三個特性的相 ⌘ Read more