# 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/guyndzq
Go1-20 新特性:切片轉數組**
你好,我是小四,你情商高,也可以叫我四哥~Go1.20 正式版本還沒有發佈,官方計劃 2023 年 2 月份發佈。不過,Go1.20rc 已經在 12 月 8 號發佈了,一起來嚐鮮。語言特性方面主要有四個優化,其中最主要的添加了 切片轉數組 功能。其實在 Go1.17 版本,Go 語言已經有 切片轉數組指針 的功能。可以看 P 神的這篇文章 [1],瞭解下詳情。引入 切片轉數組指針 特性之後,br ⌘ Read more