# 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/gjgxfkq
一篇文章帶你瞭解 Go 語言基礎之切片**
前言--Hey,大家好呀,我是星期八,這次咱們繼續學習 Go 基礎之切片扒。爲什麼需要切片-------在原來的時候,我們學過數組,我們知道數組是可以存儲很多東西的。代碼package mainimport "fmt"func main() { var studentlist = [4]string{"張三", "李四", "王五,", "小劉"} fmt.Println(studen ⌘ Read more
=