# 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/rebf4dq
Go bufio-Reader 結構 - 源碼詳解 I
關注不迷路,一起 From Zero To Hero ! 前言 -----之前的兩篇文章, Go 語言 bytes.Buffer 源碼詳解之 1,Go 語言 bytes.Buffer 源碼詳解 2,我們介紹了 bytes.buffer,它是一個字節緩衝區,我們可以將數據先寫到到緩衝區再進行處理。但是 bytes.buffer 並沒有提供對底層文件操作的相關接口(ReadFrom 會將整個文件內 ⌘ Read more