# 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/5zkkdca
goutil-dump —— 打印漂亮且易於閱讀的 Go 數據**
大家好,我是程序員幽鬼。分享一個工具包:goutil/dump。這是一個 golang 數據打印工具包,可以打印漂亮易讀的 go slice、map、struct 數據。主要特性有:dump.P(vars…)使用簡單,直接調用即可 支持所有基本數據類型。 支持切片、map 和結構體數據結構。 支持傳遞和打印多個變量 默認輸出調用位置,使用方便 支持自定義功能,例如縮進 ⌘ Read more