deprecating packages

This commit is contained in:
Colin Henry 2023-08-11 21:59:16 -07:00
parent 7154029136
commit 4665f2ccf9
2 changed files with 8 additions and 0 deletions

3
log/doc.go Normal file
View File

@ -0,0 +1,3 @@
package log
// Deprecated: use log/slog

5
rest/doc.go Normal file
View File

@ -0,0 +1,5 @@
package rest
// Deprecated: I wrote this code when i was foolish enough to think you should use such things.
// I know better now. http.Handlers are properly structured helper functions are enough.
// I will remove this at some point //TODO