Skip to content

Commit f9a999e

Browse files
committed
dove
1 parent e80609c commit f9a999e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dove/dove.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package dove
33
import (
44
"errors"
55
"github.com/golang/protobuf/proto"
6-
api "github.com/hwholiday/ghost/dove/api/dove"
7-
"github.com/hwholiday/ghost/dove/network"
6+
api "github.com/hwholiday/learning_tools/dove/api/dove"
7+
"github.com/hwholiday/learning_tools/dove/network"
88
"log"
99
"net"
1010
"sync"

dove/manager.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package dove
22

33
import (
44
"errors"
5-
"github.com/hwholiday/ghost/dove/network"
65
"sync"
76
"sync/atomic"
7+
8+
"github.com/hwholiday/learning_tools/dove/network"
89
)
910

1011
var ErrExceedsLengthLimit = errors.New("exceeds length limit")

0 commit comments

Comments
 (0)