# 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/uhpdrea
手擼源碼系列 - cache2go
你好,我是小四,你情商高也可以叫我四哥。碰到很多同學問我,平時疲於寫各種業務代碼,如何才能提高編程能力?我的辦法是多閱讀優秀的代碼,只有見過更好的,我們才能知道如何編寫好的代碼、提高編程能力。就好比如果學武功,你肯定要找一個武林高手作師傅。進入今天的正題。前一篇文章,我們分析了 go-cache 庫,今天再來看一個緩存庫 -- cache2go。網上也有很多文章分析了這個庫,閱讀過源碼的同學都是這 ⌘ Read more