# 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/omssrkq
Go1-21 速覽:過了一年半,slices、maps 泛型庫終於要加入標準庫**
大家好,我是煎魚。在 2022 年 3 月,Go1.18 終於發佈。在該版本中,包含了 Go1.17 起就已存在的泛型,並於此版本正式發佈泛型特性。這是一個備受關注和爭議的新特性。在 reddit 甚至有網友放出了這張圖:泛型庫終於合進 master--------------曾經在 Go1.18 時,Go 語言之父 @Rob Pike 冒了個泡,掌了舵,讓不要這麼急把泛型重寫進標準庫。怕太着急, ⌘ Read more