Skip to content

Commit 3302b0d

Browse files
committed
typo
1 parent 09608a8 commit 3302b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func main() {
397397
if err != nil {
398398
break
399399
}
400-
fmt.Printf("%v\n", line)
400+
fmt.Printf("%v", line)
401401
}
402402
}
403403
```

0 commit comments

Comments
 (0)