Rename package name #7

Merged
alexvanin merged 1 commit from alexvanin/hrw:git-migration into master 2023-03-07 12:09:23 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/TrueCloudLab/hrw" "git.frostfs.info/TrueCloudLab/hrw"
) )
func main() { func main() {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/TrueCloudLab/hrw module git.frostfs.info/TrueCloudLab/hrw
go 1.18 go 1.18