# 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/627x7wa
使用 Go 和 Web 技術構建桌面應用程序**
《開源精選》是我們分享 Github、Gitee 等開源社區中優質項目的欄目,包括技術、學習、實用與各種有趣的內容。本期推薦的是一個使用 Go 和 Web 技術構建桌面應用程序的項目——WAILS。Wails 是一個框架,可以使用 Go 和 Web 技術幫助編寫桌面應用程序。對於前端,使用 Webview 庫. 不過它使用平臺的本機渲染引擎(當前 Linux 和 Mac 使用 Webkit,W ⌘ Read more