Skip to content

Commit 8987d53

Browse files
authored
Merge pull request #762 from postmanlabs/feature/fix-failing-newman-test
Fixed an issue where io package was declared twice.
2 parents 21ab0a0 + 4de6013 commit 8987d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/golang/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ self = module.exports = {
238238
}
239239
if (isFile) {
240240
codeSnippet += `${indent}"os"\n${indent}"path/filepath"\n`;
241-
codeSnippet += `${indent}"io"\n`;
241+
242242
// Setting isFile as false for further calls to this function
243243
isFile = false;
244244
}

0 commit comments

Comments
 (0)