jvoisin
|
d80fb242db
|
refactor(template): reduce translation-related introspection
Keys in translation maps are always strings, never anything else, so there is
no need to introspect them.
|
2025-07-17 20:48:36 -07:00 |
|
Julien Voisin
|
4336a0bd85
|
perf(template): use ParseFS to directly parse the embedded template data
Use ParseFS to directly parse the embedded template data, instead of manually
reading it and then using Parse.
|
2025-07-17 20:46:33 -07:00 |
|
Frédéric Guillot
|
14e25ab9fe
|
Refactor HTTP Client and LocalizedError packages
|
2023-10-22 13:09:30 -07:00 |
|
Frédéric Guillot
|
c0e954f19d
|
Implement structured logging using log/slog package
|
2023-09-24 22:37:33 -07:00 |
|
Frédéric Guillot
|
168a870c02
|
Move internal packages to an internal folder
For reference: https://go.dev/doc/go1.4#internalpackages
|
2023-08-10 20:29:34 -07:00 |
|