Skip to content

Commit

Permalink
Fix package + go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Oct 17, 2023
1 parent aa06179 commit 1e05f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/louisroyer/gopacket_gtp
module github.com/louisroyer/gopacket-gtp

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// tree.
//

package layers
package gopacket_gtp

import (
"encoding/binary"
Expand Down

0 comments on commit 1e05f2b

Please sign in to comment.