# 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/7cf2jxq
Go 語言三個高效編程的技巧**
Go 是一種非常不錯的編程語言。它是一種讓你真正的關注自己的業務,不必爲程序本身操心太多的語言,因此您可以儘快編寫應用程序。比如它有比較完整的生態系統,可爲你提供入門所需的一切。但是呢,它也不是萬能的,有一些需要我們注意。我寫這篇文章主要是爲了提醒我自己,也是一些觀察和總結。當然,這些只是技巧,並不是真正的問題,當然如果你注意到它們並且在實戰中使用,那麼將會讓你非常受益,這是新手和老手的差別。不要 ⌘ Read more