# 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/bi47lvq
開啓 Go 泛型時代:第三方泛型庫分享**
大家好,我是煎魚。最近 Go1.18 即將發佈,其中包含了一個殺手級的特性:泛型。有了泛型後,就能幹很多奇奇怪怪的事情了。先是配套第三方庫的使用,這是我在初學 Go 時最經常聽到的,就是想說:“如果有泛型,就能幹很多很多的事,就像 PHP array 一樣” 等真香語句。好物分享第 1 篇,定位是純介紹。介紹--今天分享的是已開源的泛型工具庫 github.com/samber/lo,Star 3 ⌘ Read more