Parcourir la source

修改 模块配置

钟志权 il y a 1 an
Parent
commit
127dfb64fc
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      go.mod

+ 2 - 1
go.mod

@@ -1,4 +1,5 @@
 module go_util_test2
 
-go 1.20
+replace gogs.3dyzt.com/zzq/go_util_test2 => ./go_util_test2
 
+go 1.20