# 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 7
# self = https://watcher.sour.is/conv/c7gtjfa
@prologic I'm trying to set up a new branch for replacing pico.css with simple.css but then i get this error when trying to build/make:

Checking Go version ...                 [ ERR ]
Go 1.16+ is required, found go1.19.1
FATAL: 🙁 preflight failed
make: *** [preflight] Error 1
@darch Are you on the latest main? Can you tell me what commit you're on?

... Oh wait ... This is fixed in the branch I'm working on right now 😂 Let me quickly cherry-pick that change out!
@darch Are you on the latest main? Can you tell me what commit you're on?

... Oh wait ... This is fixed in the branch I'm working on right now 😂 Let me quickly cherry-pick that change out!

* 93f87d8c 2022-09-17 | Fix preflight checks to support Go 1.19 (HEAD -> main, origin/main) [James Mills]

* 93f87d8c 2022-09-17 | Fix preflight checks to support Go 1.19 (HEAD -> main, origin/main) [James Mills]
@prologic so if pull down main again it should work?
@prologic can you jump on IRC and help me merge the two brances?