Skip to content

Commit

Permalink
internal/*: stdlib slices
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <[email protected]>
  • Loading branch information
mdlayher committed Mar 13, 2024
1 parent f70400b commit fb392ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/config/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (
"errors"
"fmt"
"net/netip"
"slices"
"time"

"github.com/mdlayher/corerad/internal/plugin"
"github.com/mdlayher/ndp"
"golang.org/x/exp/slices"
)

// The Well-Known Prefix for IPv4 to IPv6 translation, as specified in RFC
Expand Down
2 changes: 1 addition & 1 deletion internal/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import (
"fmt"
"net"
"net/netip"
"slices"
"strings"
"time"

"github.com/mdlayher/corerad/internal/system"
"github.com/mdlayher/ndp"
"golang.org/x/exp/slices"
)

// A Plugin specifies a CoreRAD plugin's configuration.
Expand Down

0 comments on commit fb392ab

Please sign in to comment.