# 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/2vlyodq
通過一個例子讓你徹底掌握 Go 工作區模式**
大家好,我是 polarisxu。早在 Go1.18 快要發佈時,我就試用了工作區(workspace)模式,並寫了一篇介紹文章:Go1.18 快訊:Module 工作區模式。然而,Go1.18 正式發佈後,工作區模式有點變化,導致那篇文章的部分內容不試用了,於是今天重新補一篇,因爲工作區模式真的很有用。工作區模式(Workspace mode),可不是之前 GOPATH 時代的 Workspac ⌘ Read more