# 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/cp4vgga
8 千字詳解 Go1-20 穩定版**
Go1.20 變化不少,該版本依然保持 Go1 兼容性,我們可以升級到 Go1.20,而不需要做任何代碼改動。可以使用你任何喜歡的方式升級: 比如:go install golang.org/dl/go1.20@latest具體的可以參考官網教程:https://go.dev/doc/go1.20Go 1.20 簡介----------最新的 Go 版本 1.20 在 Go 1.19 發佈六 ⌘ Read more