# 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/mddckxa
使用 Golang 創建和讀取 Excel 文件**
轉自: https://juejin.cn/post/7117578224854368263摘要本文提出一種使用 Golang 進行 Excel 文件創建和讀取的方案。首先對問題進行分析,引出方案的基本架構;然後分章節描述了 Excelize 基礎庫的基本用法,以及 Excel 數據在 Golang 中的表示和解析方式,並進一步提出了應對大規模數據寫入場景的優化方法;最後,指出了一些可能 ⌘ Read more