# 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/q2bi4ia
巧用 Golang 泛型,簡化代碼編寫**
作者 \\| 百度小程序團隊導讀 本文整理了很多的泛型應用技巧,結合具體的實際代碼示例,特別是很多直接對 Go 語言內置的類庫的實現進行改造,再通過兩者在使用上直觀對比,幫助大家對泛型使用思考上提供了更多思路,定會幫助大家在應用泛型能力上有很多的提升與啓發。01前言泛型功能是 Go 語言在 1.18 版本引入的功能,可以說是 Go 語言開源以來最大的語法特性變化,其改動和影響都很大, 所以整個版本的開 ⌘ Read more