# 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/g2yjjfa
Log - 一個簡潔且多彩的 Go 語言日誌庫**
背景介紹在日常的開發工作中,我們經常需要記錄程序運行過程中的各種信息,以便於我們瞭解程序的運行狀態,發現並解決問題。然而,標準的日誌庫通常功能單一,輸出格式單調,缺乏人性化的設計,使得我們在查看日誌時需要花費大量的時間和精力。因此,我們需要一個功能強大,易於使用,輸出格式豐富多彩的日誌庫,來提高我們的開發效率。今天要給大家推薦一個 GitHub 開源項目 charmbracelet/log,該項目 ⌘ Read more