🎨 change module path

This commit is contained in:
Frank 2023-03-01 20:14:17 +08:00
parent 86d76f154f
commit 25bb832760
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module go_study module frank/go_study
go 1.20 go 1.20

View File

@ -1,7 +1,7 @@
package client package client
import ( import (
"go_study/src/c15_package_test/series" "frank/go_study/src/c15_package_test/series"
"testing" "testing"
) )