mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 06:35:41 +01:00
create note post
This commit is contained in:
parent
812fc613cf
commit
0b9369b867
1 changed files with 9 additions and 0 deletions
9
content/notes/2024-06-13/bwgee/index.md
Normal file
9
content/notes/2024-06-13/bwgee/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
date: 2024-06-13T07:33:18.317+01:00
|
||||
publishDate: 2024-06-13T07:33:18.317+01:00
|
||||
slug: bwgee
|
||||
---
|
||||
|
||||
I'm writing some #Go code that needs to write & read AES encrypted ZIP files — the [proposal](https://github.com/golang/go/issues/12081) to add this to the standard library is a ride!
|
||||
|
||||
I _really_ don't want to have to implement this myself 😅
|
Loading…
Reference in a new issue