We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80609c commit f9a999eCopy full SHA for f9a999e
dove/dove.go
@@ -3,8 +3,8 @@ package dove
3
import (
4
"errors"
5
"github.com/golang/protobuf/proto"
6
- api "github.com/hwholiday/ghost/dove/api/dove"
7
- "github.com/hwholiday/ghost/dove/network"
+ api "github.com/hwholiday/learning_tools/dove/api/dove"
+ "github.com/hwholiday/learning_tools/dove/network"
8
"log"
9
"net"
10
"sync"
dove/manager.go
@@ -2,9 +2,10 @@ package dove
2
"sync/atomic"
+
)
11
var ErrExceedsLengthLimit = errors.New("exceeds length limit")
0 commit comments