# 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/qa2q3mq
史上最強 Go 代碼自測方法,沒有之一!**
特別說明:這個真的不是標題黨,我寫代碼 20 + 年,真心認爲 go fuzzing 是我見過的最牛逼的代碼自測方法。我在用 AC自動機 算法改進關鍵字過濾效率(提升~ 50%),改進 mapreduce 對 panic 的處理機制的時候,都通過 go fuzzing 發現了極端邊緣情況的 bug。所以深深的認爲,這是我見過最牛逼的代碼自測方法,沒有之一! go fuzzing 至今已經 ⌘ Read more