Skip to content

Commit

Permalink
Make StdPrint func
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 9, 2021
1 parent 2bf5c82 commit a14512d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/gee/gee.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ func Gee(options model.Options) {
// Prefix and Suffix
line = options.Prefix + l + options.Suffix

// Printing and Files writing
// Print to Stdout
StdPrint(line, options)

// Write to files
if (stdLine > options.ChunkedLine) && (options.ChunkedLine != 0) {
ClosedFiles(files)
for _, filename := range options.Files {
Expand Down

0 comments on commit a14512d

Please sign in to comment.