TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.8k stars 2.08k forks source link

What is the reason to open go mod globally? #694

Closed TARS-Question closed 4 years ago

TARS-Question commented 4 years ago

Go mod is turned on globally, and the dashed line in Remarks Figure 1 prompts bash: cd: C:\Users\Admin\go/src/github.com/TarsCloud/TarsGo/tars/tools/tars2go: No such file or directory.

#694

TARS-Answer commented 4 years ago

Close go mod, it is recommended that go use version 13 or above, and go module use auto.

TARS-Answer commented 4 years ago

关闭go mod,建议go用13以上版本,gomodule用auto。