When building code on prem, following error is encountered when executing make build command. Logs are attached for reference
./main.go:629:3: syntax error: unexpected newline in composite literal; possibly missing comma or }
./main.go:631:26: syntax error: unexpected ) at end of statement
Upon debugging, observed that the issue is with respect to extra parentheses and the patch for the same is attached.
To simplify issue resolution process, please provide network logs, and or test voucher. building_err_log.txt main_go.patch
What part of the spec are you testing?
What protocol are having issue with?
Issue description