# 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/yi6iefq
新提案:創建 Go 簡單類型的指針表達式**
大家好,我是煎魚。在 Go 語言中,我們經常要聲明各種變量,再進行賦值,才能開始寫程序。常見的會是使用 new 或 make,甚至會有技術文章《Go 面試題:new 和 make 是什麼,差異在哪?》探討什麼 new 和 make 的區別。也有特例,是直接使用 &S{} 來作爲構建指向結構體的指針的方法。這奇怪點是,只有結構體可以用,分配方式是半隱藏的。背景--這可能叫做創作這門語言的 Go 語言 ⌘ Read more