修改包路径

This commit is contained in:
duanhf2012
2020-03-28 10:13:06 +08:00
parent 4ce56964b0
commit 62acc96412
17 changed files with 36 additions and 36 deletions

View File

@@ -2,8 +2,8 @@ package rpc
import (
"fmt"
"github.com/duanhf2012/originnet/log"
"github.com/duanhf2012/originnet/network"
"github.com/duanhf2012/origin/log"
"github.com/duanhf2012/origin/network"
"math"
"reflect"
"strings"

View File

@@ -2,7 +2,7 @@ package rpc
import (
"fmt"
"github.com/duanhf2012/originnet/log"
"github.com/duanhf2012/origin/log"
"reflect"
"strings"
"unicode"

View File

@@ -2,8 +2,8 @@ package rpc
import (
"fmt"
"github.com/duanhf2012/originnet/log"
"github.com/duanhf2012/originnet/network"
"github.com/duanhf2012/origin/log"
"github.com/duanhf2012/origin/network"
"math"
"net"
"reflect"