# 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/sh54mfq
使用 go 做一個 https 證書時間檢測工具**
轉自: https://juejin.cn/post/7131378441428926501各位運維同仁肯定都多多少少面臨過,爲了節省不必要的開支,很多不那麼重要的域名https證書大多數都是申請的免費的單域名證書,這造成檢測非常不方便,雖然運營商ssl證書到期前會預警,但是爲了避免該類問題,我們可以編寫一個web用於檢測ssl證書檢測工具。搭建 demo我們還是使用我們編寫的Sampl ⌘ Read more