# 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/6fgebka
聊聊 go 中的逃逸分析**
從一個例子開始----------下面是一段 c 代碼,函數 getStr 生成了 a-z 的串,我們分別在函數內部和 main 中對字串進行了輸出。//例1.1include stdio.h//返回字串char getStr(){    //char數組 函數棧上分配內存    char buf[27];    int i;    //產生a-z的串    for (i=0; i ⌘ Read more
=