Skip to content

Commit 8e8fa1b

Browse files
committed
Rename module
1 parent 0e38117 commit 8e8fa1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/lunixbochs/struc
1+
module github.com/v2fly/struc
22

33
go 1.12

test_pack_init/pack_init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package test_pack_init
22

33
import (
44
"bytes"
5-
"github.com/lunixbochs/struc"
5+
"github.com/v2fly/struc"
66
"sync"
77
"testing"
88
)

0 commit comments

Comments
 (0)