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 e9688c2 commit 8ad456fCopy full SHA for 8ad456f
server/README.md
@@ -8,7 +8,7 @@ DDP server implemented with go.
8
package main
9
10
import (
11
- "github.com/meteorhacks/goddp/server"
+ "gopkg.in/meteorhacks/goddp.v1/server"
12
)
13
14
func main() {
server/integration_test/0_config_test.go
@@ -4,7 +4,7 @@ import (
4
"testing"
5
"time"
6
7
var (
server/server.go
@@ -5,9 +5,9 @@ import (
"io"
"net/http"
- "github.com/meteorhacks/goddp/utils/random"
"github.com/meteorhacks/sockjs-go/sockjs"
"golang.org/x/net/websocket"
+ "gopkg.in/meteorhacks/goddp.v1/utils/random"
type Server struct {
0 commit comments