Skip to content

Commit

Permalink
Merge pull request #762 from postmanlabs/feature/fix-failing-newman-test
Browse files Browse the repository at this point in the history
Fixed an issue where io package was declared twice.
  • Loading branch information
VShingala authored Jul 29, 2024
2 parents 21ab0a0 + 4de6013 commit 8987d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegens/golang/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ self = module.exports = {
}
if (isFile) {
codeSnippet += `${indent}"os"\n${indent}"path/filepath"\n`;
codeSnippet += `${indent}"io"\n`;

// Setting isFile as false for further calls to this function
isFile = false;
}
Expand Down

0 comments on commit 8987d53

Please sign in to comment.