# 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/k44girq
Go Runtime 功能初探**
題圖來自 Understand Compile Time && Runtime! Improving Golang Performance(1)[1]以下內容,是對 運行時 runtime 的神奇用法 [2] 的學習與記錄 目錄:1. 獲取 GOROOT 環境變量 2. 獲取 GO 的版本號 3. 獲取本機 CPU 個數 4. 設置最大可同時執行的最大 CPU 數 5 ⌘ Read more