# 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 6
# self = https://watcher.sour.is/conv/w3lxsfa
Also, because it's so annoying to manage dependencies with C and C++, there are often flags you can set to disable functionality related to a dependency if you don't need it.

Gron has no such option. Apparently there is no reason why you *wouldn't* want a text processing program to make network requests.
@mckinley Go supports a different way of conditionally compiling features in a codebase. Build flags. I'll bet I can fork gron and nuke the net/http code out and make it optional if that's something you feel strongly about 😅
@mckinley Go supports a different way of conditionally compiling features in a codebase. Build flags. I'll bet I can fork gron and nuke the net/http code out and make it optional if that's something you feel strongly about 😅
@prologic It's not something I feel strongly about at all, I was just using it as an example. I like Gron a lot, actually.
@mckinley Ahh! Well just know that optionally turning whole features and dropping dependencies is actually a thin in Go, something I should try to learn to use more myself 👌
@mckinley Ahh! Well just know that optionally turning whole features and dropping dependencies is actually a thin in Go, something I should try to learn to use more myself 👌