mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 15:32:46 -04:00
tidy
This commit is contained in:
parent
d80383d993
commit
972f832a6e
10 changed files with 31 additions and 31 deletions
|
@ -4,12 +4,11 @@ Copyright (c) Edgeless Systems GmbH
|
|||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
|
||||
package logger
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"context"
|
||||
"context"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
// LevelHandler copied from the official LevelHandler example in the slog package documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue