2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
Jos suorita testi | -testiä ei näytetä yksittäisten testitoimintojen yläpuolella, sinun on asennettava Code Debugger (koska edellistä testaamista ei enää ylläpidetä).
go test -v run TestXXX
go install github.com/go-delve/delve/cmd/[email protected]
dlv test
go test -v -cover ./{dir}/... -coverprofile={cov-out-file-path}
go tool cover --html={cov-out-file-path} -o={html-polku}