# 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 20
# self = https://watcher.sour.is/conv/viuat5q
@prologic Why are using spaces for indenting in templates? Is that a recommendation for Go templates, coincidence or preference?
@adi Both.
@adi Both.
@prologic Throth? 😋
@prologic Throth? 😋
@adi @prologic So is it a Go recommendation or personal preference?
@adi @prologic So is it a Go recommendation or personal preference?
@adi Jist use ‘go fmt’
@adi Jist use ‘go fmt’
@prologic Does it work on .html files?
@prologic Does it work on .html files?
@prologic @adi

$ go fmt base.html
no required module provides package base.html; to add it:
go get base.html
@prologic @adi \n\n $ go fmt base.html\n no required module provides package base.html; to add it:\n go get base.html
@prologic @adi \n\n $ go fmt base.html\n no required module provides package base.html; to add it:\n go get base.html
@adi @prologic Or maybe this https://github.com/yosssi/gohtml?
@adi @prologic Or maybe this https://github.com/yosssi/gohtml?
@adi @prologic Neah, wrong tool, I thought it was a CLI formatting tool.
@adi @prologic Neah, wrong tool, I thought it was a CLI formatting tool.
@adi Yesh sorry HTML isn’t Go code so I just use spacers there usually
@adi Yesh sorry HTML isn’t Go code so I just use spacers there usually