You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To complement `devlog`'s output handling, the[`devlog/log`](https://pkg.go.dev/hermannm.dev/devlog)
52
-
subpackage provides input handling. It is a thin wrapper over the `slog` package, with utility
53
-
functions for log message formatting.
51
+
To complement `devlog`'s output handling, the
52
+
[`devlog/log`](https://pkg.go.dev/hermannm.dev/devlog/log)subpackage provides input handling. It is
53
+
a thin wrapper over the `slog` package, with utility functions for log message formatting.
54
54
55
55
## Credits
56
56
57
-
-[Jonathan Amsterdam](https://github.com/jba) for his fantastic [Guide to Writing `slog` Handlers](https://github.com/golang/example/blob/1d6d2400d4027025cb8edc86a139c9c581d672f7/slog-handler-guide/README.md)
57
+
-[Jonathan Amsterdam](https://github.com/jba) for his fantastic
58
+
[Guide to Writing `slog` Handlers](https://github.com/golang/example/blob/1d6d2400d4027025cb8edc86a139c9c581d672f7/slog-handler-guide/README.md)
0 commit comments