go test 緩存

go 在 1.10 版本中引入了 go tool 的緩存,此功能會緩存 go test執行的結果。 每當執行 go test 時,若是功能代碼和測試代碼沒有變更,則在下一次執行時,會直接讀取緩存中的測試結果。 並且 go test -v . 和 go test .是分開緩存的。 example:web // 第一次執行 go test -v . $ go test -v . === RUN T
相關文章
相關標籤/搜索