# 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/qli7gaa
Go testing 裏的巧妙設計**
網絡上寫testing的文章浩如雲煙,有初學者Hello World級別的玩具,也有大佬乾貨滿滿的實踐。不跟那個風(其實是寫得太水了有失逼格,寫得太高深了力有不逮,團隊沒有測試的傳統)。換個角度來學習一下testing領域巧妙的設計,開闊眼界是爲了舉一反三,所謂技多不壓身。按照慣例,從一個問題開始:問題testing和unsafe不一樣:unsafe所有的語義和實現都由編譯器負責解釋,本身只是作爲 ⌘ Read more