# 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/iwqxeia
Go 標準庫中隱藏了一個文件類型識別的寶貝**
文件類型識別是在很多應用場景中都需要用到的功能,比如在 Web 開發中,我們需要根據上傳文件的類型來進行不同的處理,或者在文件管理系統中,我們需要根據文件類型來顯示不同的圖標和操作。文件類型識別的常用方法有兩種:一種是根據文件的擴展名來判斷,比如 .jpg 表示 JPEG 圖像,.mp3 表示 MP3 音頻等;另一種是根據文件內容的特徵來判斷,比如 JPEG 圖像的前幾個字節是 FF D8 FF, ⌘ Read more