# 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/vda7jya
go 中的平滑關閉究竟是怎麼關閉的**
關閉軟件可以分爲平滑關閉(軟關閉)和硬關閉。就像我們在關閉電腦的時候,有時候遇到電腦死機,會直接長按開關鍵,直至電腦關機,這就是硬關機。而通過電腦上的菜單選擇 “關機”,則屬於軟關機(平滑關閉)。在軟關機的時候,大家應該會注意到時間會比較長,時不時還會有彈窗彈出 詢問是否要退出。在我們自己編寫的 web 應用中,實際上也是需要有軟關閉的。今天我就 golang 中的 gin 框架爲例,來聊聊平滑關 ⌘ Read more