# 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/bwlostq
「Go 進階」如何優雅接入多個遠程配置中心?**
本文基於 viper 實現了 apollo 多實例快速接入,授人以漁,帶着大家讀源碼,詳解實現思路,封裝成自己的工具類並且開源。 前言--viper 是適用於 go 應用程序的配置解決方案,這款配置管理神器,支持多種類型、開箱即用、極易上手。本地配置文件的接入能很快速的完成,那麼對於遠程 apollo 配置中心的接入,是否也能很快速完成呢?如果有多個 apollo 實例都需要接入,是否能支持 ⌘ Read more