🎨 change module path

This commit is contained in:
2023-03-01 20:14:17 +08:00
parent 86d76f154f
commit 25bb832760
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module go_study
module frank/go_study
go 1.20
+1 -1
View File
@@ -1,7 +1,7 @@
package client
import (
"go_study/src/c15_package_test/series"
"frank/go_study/src/c15_package_test/series"
"testing"
)