summaryrefslogtreecommitdiff
path: root/lexsurf.go
AgeCommit message (Collapse)Author
2025-04-13refactor: introduce lex-serve packageMartin Fischer
2025-04-13refactor: embed countries.json and templates in binaryMartin Fischer
2025-04-13refactor: rename views/ to templates/Martin Fischer
2025-04-13refactor: make domain configurableMartin Fischer
2025-04-13refactor: rename Url field to URLMartin Fischer
As per https://go.dev/wiki/CodeReviewComments#initialisms.
2025-04-13refactor: introduce handler structMartin Fischer
2025-04-13refactor: use maps for template dataMartin Fischer
2025-04-13refactor: reorder lexsurf.goMartin Fischer
2021-03-04only attempt to load /laws.json if it existsMartin Fischer
2021-03-03differentiate between abbreviations and redirectsMartin Fischer
2021-03-03initial commitMartin Fischer