deprecating packages
This commit is contained in:
3
log/doc.go
Normal file
3
log/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package log
|
||||
|
||||
// Deprecated: use log/slog
|
||||
5
rest/doc.go
Normal file
5
rest/doc.go
Normal 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
|
||||
Reference in New Issue
Block a user