Skip to content

Commit 512614b

Browse files
committed
updated module name
1 parent 3e10b7e commit 512614b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/pingpong.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package main
33
import (
44
"bufio"
55
"fmt"
6-
"github.com/pedroAkos/network/cmd/pingpong"
7-
"github.com/pedroAkos/network/pkg/neti"
6+
"github.com/pedroAkos/go-simple-networking/cmd/pingpong"
7+
"github.com/pedroAkos/go-simple-networking/pkg/neti"
88
"github.com/sirupsen/logrus"
99
"log"
1010
"os"

cmd/pingpong/messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package pingpong
22

33
import (
44
"bytes"
5-
"github.com/pedroAkos/network/pkg/neti"
5+
"github.com/pedroAkos/go-simple-networking/pkg/neti"
66
)
77

88
type Ping struct {

cmd/serviceTests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"bytes"
55
"fmt"
6-
"github.com/pedroAkos/network/pkg/neti"
6+
"github.com/pedroAkos/go-simple-networking/pkg/neti"
77
log "github.com/sirupsen/logrus"
88
"github.com/spf13/pflag"
99
"os"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/pedroAkos/network
1+
module github.com/pedroAkos/go-simple-networking
22

33
go 1.18
44

0 commit comments

Comments
 (0)