# 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/nvsvngq
一篇文章帶你瞭解 Go 語言基礎之指針**
前言--Hey,大家好呀,我是星期八作爲 21 世紀的 C 語言,Go 可能多方面思考,最終還是保留了指針。但是要比 C 語言指針簡單很多,一起來看看叭。引言--因爲 Go 語言是類 C 語言,所以爲了提高效率,仍然保留了指針。但是如果沒有接觸過指針,可能學起來指針需要多多思考一下了。指針通常情況下,也被稱爲小白勸退神奇。基本類型指針的理解---------先看這兩行代碼。var n1 int = ⌘ Read more
=