Skip to content

Commit

Permalink
Don't use exp/slog (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Dec 21, 2023
1 parent e1b59cf commit e0ace30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/model/qvalue/avro_converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package qvalue

import (
"fmt"
"log/slog"
"math/big"
"time"

"github.com/google/uuid"
"github.com/linkedin/goavro/v2"
"golang.org/x/exp/slog"
)

// https://avro.apache.org/docs/1.11.0/spec.html
Expand Down

0 comments on commit e0ace30

Please sign in to comment.