aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-08-20 09:36:43 -0700
committerMike Crute <mike@crute.us>2023-08-20 09:36:43 -0700
commit37dbd38e00bbe51d1aa2d46bf7a7f454034dd4a2 (patch)
treeb1d1a40a56594d4e7ac2ec8a6655ab57d9d3556a /TODO.md
parentd45bc849d6360b28ddb52ff49c5ef0a694c8a15b (diff)
downloadgolib-37dbd38e00bbe51d1aa2d46bf7a7f454034dd4a2.tar.bz2
golib-37dbd38e00bbe51d1aa2d46bf7a7f454034dd4a2.tar.xz
golib-37dbd38e00bbe51d1aa2d46bf7a7f454034dd4a2.zip
echo: expose error handlerecho/v0.11.2
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 4c794cf..ce21a0d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,2 +1,3 @@
1[ ] Contribute crypto/ocsp/client.go to x/crypto 1[ ] Contribute crypto/ocsp/client.go to x/crypto
2[ ] secrets: add AEAD/AAD method for `associated_data` (base64 encoded) 2[ ] secrets: add AEAD/AAD method for `associated_data` (base64 encoded)
3[ ] echo: nicer HTML error messages (https://github.com/pkg/errors/blob/master/stack.go)