Skip to content

Commit 4883243

Browse files
committed
Emit CRLF to make Windows clients happy
1 parent 8c89aec commit 4883243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rickrolld/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func processDelay(w string) bool {
7070
}
7171

7272
func newLine(o io.Writer) {
73-
fmt.Fprintf(o, "\n")
73+
fmt.Fprintf(o, "\r\n")
7474
}
7575

7676
func singLine(o io.Writer, line string) error {

0 commit comments

Comments
 (0)