# 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/qwpwjza
一款好用的 Go 調用鏈可視化工具**
在接手他人代碼或調研一些開源項目時,如果能夠理清其中的代碼調用鏈路,這將加速我們對實現的理解。本文介紹一款工具 go-callvis,它能夠將 Go 代碼的調用關係可視化出來,並提供了可交互式的 web 服務。go-callvis 使用-------------依賴Go 1.17+ Graphviz (可選,當工具指定了 -graphviz 時需要) 工具安裝go get -u git ⌘ Read more