Go lang related
While debugging code in vscode there to view lengthy string values use
"dlvLoadConfig": {
"maxStringLen": 990000,
"maxArrayValues": 990000,
}
For test case use following library in golang
https://github.com/mfridman/tparse
go install github.com/mfridman/tparse@latest
go test ./... -cover -json | tparse --follow