go mod 對版本號的定義是有一定要求的,它要求的格式為 v<major>.<minor>.<patch> ,如果major 版本號大於1 時,其版本號還需要體現在Module 名字中。
確定! 回上一頁