# 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/vfgrjjq
go byte 字節與 ascii 碼**
一、ascii 碼介紹----------- ascii 碼總有有 128 位,用來表示常用的字符。 在 go 語言中我們用 byte 一個 uint8 (0-255) 來展示 ascii 字符。 二、go 表示 ascii 碼 0-9-------------------1、表示 ascii 的 0-9 在 ascii 嗎中utWEQ1我們用 go 語言打印一下:import "test ⌘ Read more