# 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/fmhtaha
用 Go interface{} 等於什麼也沒說**
大家好,我是煎魚。如果說在 Go 裏要有一句與 interface{} 相關,你會想到什麼?是萬物皆要定義 interface,否則沒法抽象?Go 諺語中認可的是:"interface{} says nothing",也就是 interface{} 什麼也沒說。這指的又什麼,太黑話了吧...今天就煎魚和大家一起學習。接口類型無自描述--------interface{} 的第一種用法,那就是變量的 ⌘ Read more