# 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/bzqet5q
Go 語言碎碎念:併發**
免責聲明----讀者不會從這篇文章看到:Goroutine 的默認棧空間大小是多少,協程和線程有什麼區別。 某 API 調用之異步與同步,阻塞與非阻塞。 select 或 runtime.gopark() 的源碼解析。 Go 和 Java 比哪個快? Go 的背景------Go 語言初創團隊三劍客分別是:Ken Thompson, Rob Pike 和 Robert Gr ⌘ Read more