docs: error key [ci skip]

This commit is contained in:
2024-08-04 11:00:00 +02:00
parent 9cc96d1bee
commit 79e827af56

View File

@ -17,7 +17,7 @@ import (
func main() {
if err := auth.Login("foo@bar.zone"); err != nil {
slog.Error("unable to login", err)
slog.Error("unable to login", "error", err)
}
}
```