Skip to content

Commit b5e29b1

Browse files
Fix typo in import statement
1 parent 736667b commit b5e29b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package main
2323
2424
import (
2525
"bytes"
26-
'io"
26+
"io"
2727
"log"
2828
"os"
2929

0 commit comments

Comments
 (0)