# 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/in3qsta
Go 配置管理庫 Viper 怎麼讀取結構體嵌套的配置信息?**
介紹Golang 配置信息管理庫 Viper[1],它提供一套完整的管理配置信息的解決方案。Go 語言中很多知名開源項目也都選擇使用 Viper,它功能非常強大,本文介紹 Viper 讀取結構體嵌套配置信息的使用方式。02 讀取結構體嵌套配置信息在實際項目開發中,我們經常會遇到一些比較複雜的配置信息,比如多層嵌套的配置信息,在結構體中嵌套結構體和切片。userdata:  uid: 10000 ⌘ Read more