# 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/o6254za
goioc:一個使用 Go 寫的簡易的 ioc 框架**
goioc 介紹--------goioc 是一個基於 GO 語言編寫的依賴注入框架,基於反射進行編寫。支持泛型; 簡單易用的 API; 簡易版本的對象生命週期管理,作用域內對象具有生命; 延遲加載,在需要的時候纔會實例化對象; 支持結構體字段注入,多層注入; 對象實例化線程安全,作用域內只會被執行一次。 下載依賴:go get -u github.com/wh ⌘ Read more