修改文档

master
caiyuzheng 2020-08-26 22:52:36 +08:00
parent 1d463d5988
commit d4a3ca3f8d
9 changed files with 19 additions and 19 deletions

View File

@ -21,9 +21,9 @@ package main
import (
"flag"
"go-tcpFramework-rudy/config"
"go-tcpFramework-rudy/logger"
"go-tcpFramework-rudy/network"
"tcptemplate/config"
"tcptemplate/logger"
"tcptemplate/network"
"log"
)

View File

@ -4,9 +4,9 @@ import (
"flag"
"log"
"runtime"
"tcpteamplate/config"
"tcpteamplate/logger"
"tcpteamplate/network"
"tcptemplate/config"
"tcptemplate/logger"
"tcptemplate/network"
)
func main() {

View File

@ -10,9 +10,9 @@ import (
"strconv"
"strings"
"sync"
"tcpteamplate/config"
"tcpteamplate/logger"
"tcpteamplate/util"
"tcptemplate/config"
"tcptemplate/logger"
"tcptemplate/util"
"time"

View File

@ -11,8 +11,8 @@ import (
"log"
"net"
"sync"
"tcpteamplate/logger"
"tcpteamplate/util"
"tcptemplate/logger"
"tcptemplate/util"
"time"
_ "time"

View File

@ -9,10 +9,10 @@ import (
"net"
"net/http"
"os"
"tcpteamplate/config"
"tcpteamplate/logger"
"tcpteamplate/util"
"tcpteamplate/zk"
"tcptemplate/config"
"tcptemplate/logger"
"tcptemplate/util"
"tcptemplate/zk"
"time"
zkdriver "github.com/samuel/go-zookeeper/zk"

View File

@ -8,7 +8,7 @@ import (
"net"
_ "net/http/pprof"
_ "runtime"
_ "tcpteamplate/protocol/pb"
_ "tcptemplate/protocol/pb"
"testing"
"time"

View File

@ -1,7 +1,7 @@
package test
import (
"tcpteamplate/tools/mq"
"tcptemplate/tools/mq"
"testing"
"time"

View File

@ -3,7 +3,7 @@ package mq
import (
"fmt"
"io"
"tcpteamplate/util"
"tcptemplate/util"
"github.com/pkg/errors"
"gopkg.in/redis.v3"

View File

@ -5,7 +5,7 @@ import (
"log"
"os"
_ "strings"
"tcpteamplate/config"
"tcptemplate/config"
"time"
zk "github.com/samuel/go-zookeeper/zk"