Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 25, 2024
1 parent 7526ba6 commit 8b4395f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion encoding/args-mob-session.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.
// SPDX-License-Identifier: MIT

package rfc9433
package encoding

import "encoding/binary"
import "github.com/nextmn/rfc9433/encoding/errors"
Expand Down
2 changes: 1 addition & 1 deletion encoding/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

// Package encoding provides encoding and decoding of IPv6 Addresses
// used by RFC 9433 (Segment Routing over IPv6 for the Mobile User Plane).
package rfc9433
package encoding
2 changes: 1 addition & 1 deletion encoding/m-gtp4-ipv6-dst.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.
// SPDX-License-Identifier: MIT

package rfc9433
package encoding

import (
"net/netip"
Expand Down
2 changes: 1 addition & 1 deletion encoding/m-gtp4-ipv6-dst_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.
// SPDX-License-Identifier: MIT

package rfc9433
package encoding

import "net/netip"

Expand Down
2 changes: 1 addition & 1 deletion encoding/m-gtp4-ipv6-src.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.
// SPDX-License-Identifier: MIT

package rfc9433
package encoding

import (
"encoding/binary"
Expand Down
2 changes: 1 addition & 1 deletion encoding/m-gtp4-ipv6-src_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.
// SPDX-License-Identifier: MIT

package rfc9433
package encoding

import (
"fmt"
Expand Down

0 comments on commit 8b4395f

Please sign in to comment.