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 golanghttps://github.com/mfridman/tparsego install github.com/...
akashon.hashnode.dev1 min read