# 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/jzhcwza
如何用運算符在 Go 中做數學計算**
介紹------數字在編程中很常見。它們被用來表示一些東西,如:屏幕大小的尺寸、地理位置、金錢和積分、視頻中經過的時間、遊戲頭像的位置、通過分配數字代碼表示的顏色等等。在編程中進行數學運算是一項重要的技能,因爲你會經常與數字打交道。儘管對數學的理解肯定能幫助你成爲一個更好的程序員,但它不是一個先決條件。如果你沒有數學背景,試着把數學看作是完成你想實現的目標的工具,並作爲提高你的邏輯思維能力的一種 ⌘ Read more