@@ -2,7 +2,7 @@ package cpn
import (
"net"
- "one.com/nnet"
+ "git.wanbits.io/joe/nnet"
)
type TcpClient struct {
"github.com/gorilla/websocket"
//
"math/rand"
"sync"
"time"
@@ -5,7 +5,7 @@ import (
"github.com/gorilla/mux"
type CallbackWsPath func(http.ResponseWriter, *http.Request)
"sync/atomic"
@@ -1,4 +1,4 @@
-module one.com/nnet
+module git.wanbits.io/joe/nnet
go 1.15
@@ -4,8 +4,8 @@ import (
"bufio"
"fmt"
"net/url"
- "one.com/nnet/cpn"
+ "git.wanbits.io/joe/nnet/cpn"
"os"
"strings"
"encoding/json"
"io"
type EchoPacket struct {
@@ -3,8 +3,8 @@ package main
"os/signal"
"syscall"