# 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/p2mo2ma
構建 Go 語言的動態插裝 Agent
我們在 Sqreen (譯註:一家安全公司)一直致力於讓的安全保護透明無感、接入平滑。最近,我們發佈了 Sqreen for Go,它可以在不需要任何代碼改動的情況下檢測和阻止 Go 應用中的安全問題。爲了實現這一點,我們利用了動態插裝(dynamic instrumentation)在運行時向程序中插入額外的安全邏輯。作爲我們動態插裝系列的最新發文,這篇文章將要討論動態插裝,Sqreen 的 G ⌘ Read more