2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
यदि run test |.
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-मार्ग}