# 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/i57e7wq
電腦用 GoLand 太卡,記錄下自己把 VsCode 定製成 Go IDE 的步驟和過程**
同學們,不知道你們有多少人 IDE 是用 VsCode 的,我說說我吧,我一直都是用的 JetBrains 家的全家桶,GoLand 寫 Go 項目、IDEA 寫 Java 項目。 一開始是全用 IDEA,後來發現這玩意項目開多了是真佔內存,就退而求其次變成了寫 Go 的時候用 GoLand。無奈我最近發現公司給我配的這個電腦,今年是越來越不行,GoLand 開多了也卡,那就只好研究研究怎麼讓 V ⌘ Read more