Rename package name #8
7 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/TrueCloudLab/tzhash/tz"
|
||||
"git.frostfs.info/TrueCloudLab/tzhash/tz"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"runtime"
|
||||
"runtime/pprof"
|
||||
|
||||
"github.com/TrueCloudLab/tzhash/tz"
|
||||
"git.frostfs.info/TrueCloudLab/tzhash/tz"
|
||||
"golang.org/x/sys/cpu"
|
||||
)
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/TrueCloudLab/tzhash
|
||||
module git.frostfs.info/TrueCloudLab/tzhash
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package tz
|
||||
|
||||
import (
|
||||
"github.com/TrueCloudLab/tzhash/gf127"
|
||||
"git.frostfs.info/TrueCloudLab/tzhash/gf127"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
package tz
|
||||
|
||||
import (
|
||||
"github.com/TrueCloudLab/tzhash/gf127"
|
||||
"git.frostfs.info/TrueCloudLab/tzhash/gf127"
|
||||
"golang.org/x/sys/cpu"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package tz
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/TrueCloudLab/tzhash/gf127"
|
||||
"git.frostfs.info/TrueCloudLab/tzhash/gf127"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/TrueCloudLab/tzhash/gf127"
|
||||
"git.frostfs.info/TrueCloudLab/tzhash/gf127"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue