내 연락처 정보
우편메소피아@프로톤메일.com
2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
단일 테스트 기능 위에 run test | debug test가 표시되지 않으면 Code Debugger를 설치해야 합니다. (기존 go Test Explorer는 더 이상 유지되지 않기 때문입니다.)
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}
도구 커버로 이동 --html={cov-out-file-path} -o={html-path}