Skip to content

Commit 0f94751

Browse files
committed
.
1 parent 4a51119 commit 0f94751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func generateInterface(folder, outputFile, pkgName, structName, ifName, outputTe
132132
if err != nil {
133133
log.Panic(err)
134134
}
135-
fmt.Println(out.String())
135+
136136
os.Remove(outputFile)
137137
formatted, err := imports.Process(outputFile, out.Bytes(), &imports.Options{Comments: true})
138138
if err != nil {

0 commit comments

Comments
 (0)