# 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/bkuzmla
一篇文章帶你瞭解 Go 語言基礎之函數(下篇)**
前言--Hey,大家好呀,我是星期八,這次咱們來學習一下函數的最後一些知識,快來上車叭。之前已經分享了:一篇文章帶你瞭解 Go 語言基礎之函數(上篇)、一篇文章帶你瞭解 Go 語言基礎之函數(中篇),沒趕上車的小夥伴去看看吧。上次主要回顧------上述我們知道,定義一個函數,可以將函數內存分配理解如下。同時我們也知道,無論進行什麼操作,只會操作棧上面的值。 函數和變量-----函數名即變量不知 ⌘ Read more