# 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/gs4vyoq
「Go 工具箱」go-mask:一個對數據脫敏處理的包**
大家好,我是漁夫子。今天給大家推薦一款在輸出中對敏感數據進行脫敏的工作包:go-mask。那麼,什麼是對敏感數據脫敏呢?就是將敏感信息輸出的時候替換成星號或其他字符。比如手機號碼,身份證信息,姓名等。go-mask 包還是比較新的,是在兩週前提交的。所以星標只有 71 個。星標雖少,但功能還是很強大的。我們看看 go-mask 都有哪些功能。特徵通過結構體的 tag 功能可以脫敏結構體中的任何字段 ⌘ Read more