go.mod文件可以通过require,replace和exclude语句使用的精确软件包集。 ... go get github.com/gin-gonic/[email protected] // 只需要在依赖后面加上@version 就可以了 ...
確定! 回上一頁