# 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/uixsvha
一篇文章帶你瞭解 Go 語言基礎之接口(下篇)**
前言--Hey,大家好呀,我是碼農, 星期八,上次咱們說的接口呀,還是沒說完,還剩下了一些,一篇文章帶你瞭解 Go 語言基礎之接口(上篇),下面就來看看叭!!空接口含義-----本篇介紹的就是存儲類接口,存儲接是我的命名,其實人家就叫空接口。空接口的作用就是可以存儲任何數據。同理,空接口沒有定義任何方法,也就是說任何接口都實現了空接口,所以空接口才能存任意數據。空接口---空接口示例代碼packa ⌘ Read more