# 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/65466ea
從零到一搭建 TCC 分佈式事務框架**
0 前言在寫這篇文章的過程中,我在另一邊並行完成了一個開源項目的搭建. 這個項目是基於 golang 從零到一實現的 TCC 分佈式事務框架,當前於 github 的開源地址爲:https://github.com/xiaoxuxiansheng/gotcc本期分享內容將會緊密圍繞着這個開源項目展開. 受限於個人水平,在項目實現以及文章講解中有着諸多不當之處,權當在此拋磚引玉,歡迎大家多多批評指正 ⌘ Read more