Skip to content

Commit

Permalink
dev: Partially remove experimental maps package
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Nov 3, 2023
1 parent a7e27c7 commit bbb32e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/band/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ package band

import (
"context"
"maps"

"go.thethings.network/lorawan-stack/v3/pkg/ttnpb"
"golang.org/x/exp/maps"
"google.golang.org/protobuf/types/known/durationpb"
"google.golang.org/protobuf/types/known/wrapperspb"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/i18n/i18n.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"bytes"
"encoding/json"
"fmt"
"maps"
"os"
"path/filepath"
"runtime"
Expand All @@ -27,7 +28,6 @@ import (
"sync"

"github.com/gotnospirit/messageformat"
"golang.org/x/exp/maps"
)

const defaultLanguage = "en" // The language of the messages written in Go files.
Expand Down

0 comments on commit bbb32e0

Please sign in to comment.