# 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/ygcmpaq
超全總結:Go 語言如何操作文件**
前言\\-\\- 哈嘍,大家好,我是asong。 我們都知道在Unix中萬物都被稱爲文件,文件處理是一個非常常見的問題,所以本文就總結了Go語言操作文件的常見方式,整體思路如下:Go 語言版本:1.18本文所有代碼已經上傳github:https://github.com/asong2020/GolangDream/tree/master/codedemo/fileoperatedemo操作文件包Read more