# 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 5
# self = https://watcher.sour.is/conv/jshfuvq
@adi I wouldn't want to have my home directory cluttered with Go stuff, namely _pkg_ and _bin_ directories, so GOPATH=$HOME wouldn't suit me. On the other hand, _src_ in _~_ is what I do, too. Except Go sources, which in fact bothers me a bit. So actually, while writing this, I think I could change my mind and might give this a try. For the rm='rm -i ' alias the space at the end is superfluous. :-) Other than that, very tidy. I should clean up my stuff, too.~
@lyse Had my doubts also about GOPATH, never looked back once I set it to $HOME>
@lyse Had my doubts also about GOPATH, never looked back once I set it to $HOME.
@adi It is more common to set it to $HOME/go or /usr/local/go
@adi It is more common to set it to $HOME/go or /usr/local/go