www.byjp.me/content/notes/2024-06-13/bwgee/index.md
JP Hastings-Spital b8cc9ee66d Remove leading newlines
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter.

This makes display on Gemini (in which newlines matter) much more consistent!

I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
2024-06-20 13:40:54 +01:00

346 B

date publishDate slug
2024-06-13T07:33:18.317+01:00 2024-06-13T07:33:18.317+01:00 bwgee

I'm writing some #Go code that needs to write & read AES encrypted ZIP files — the proposal to add this to the standard library is a ride!

I really don't want to have to implement this myself 😅