# 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/httviza
Go 入門: go template 的基本用法**
Go 語言中的模板(Template)是一個強大的工具,它可以讓開發者在生成 HTML、XML、Markdown 等文本格式時,更加簡單高效。Go 的模板語言在設計上非常簡潔,但是在功能上非常強大,它支持基本的控制流、條件語句、變量、函數等,同時還可以通過自定義函數和自定義類型等方式擴展其功能。在本文中,我們將深入學習 Go 語言中的模板,探討其常用功能。Go 語言中的模板(Template)是一 ⌘ Read more