# 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/2yc75ka
「Go 開源包」mimetype:一個支持 172 種 MIME 類型檢測的包**
大家好,我是漁夫子。今天給大家推薦一個 Go 的開源包:mimetype,一個快速的檢測媒體類型和文件類型的包,共支持 172 種 MIME 類型。例如,檢測是否是 Content-Type 是否 json 格式還是 text/plain 格式,亦或者是 text/html、xml 等。該包星標 1.1k,有 51 個貢獻者,4.1k 的開源包在使用。項目地址:https://github.comRead more