# 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/fc3s7ja
Go 語言基礎之結構體(秋日篇)**
前言--Hey,大家好呀,碼農我是星期八,咱們接着上次繼續說, 看一下結構體還有什麼其他操作。沒來得及上車的小夥伴請戳:Go 語言基礎之結構體(春日篇)、Go 語言基礎之結構體(夏日篇)。匿名字段結構體-------如果以後再遇到匿名這個詞,就把他當作沒有名字的意思。匿名加字段結構體代碼。package mainimport "fmt"type Student struct { string ⌘ Read more