# 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/ppscqnq
A full-featured testing framework for Golang : https://golang.ch/a-full-featured-testing-framework-for-golang/?amp=1
@tkanos Hmm not a big fan of "frameworks"... I quite like the simplicity of: stretchr/testify: A toolkit with common assertions and mocks that plays nicely with the standard library -- I use it in all my projects 👌
@tkanos Hmm not a big fan of "frameworks"... I quite like the simplicity of: stretchr/testify: A toolkit with common assertions and mocks that plays nicely with the standard library -- I use it in all my projects 👌
Me too, testify everywhere. But I like to test others frameworks just because sometimes I may learn something new.
@tkanos Fair enough 👌
@tkanos Fair enough 👌