# 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/te2os5a
Go for range 一不下心就掉坑**
前言 for 循環問題,在面試中經常都會被問到,並且在實際業務項目中也經常用到 for 循環,要是沒用好,一不下心就掉坑。下面會挑選幾個經典的案例,一塊來探討下,看看如何避免掉坑,多積累積累採坑經驗。案例一:for + 傳值------------先來到開胃菜,熱熱身~type student struct {  name string  age  int}func main() {  m := ⌘ Read more
=