File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ func ExampleOpenFile() {
8
8
9
9
func ExampleOpenReader () {
10
10
// https://github.com/rust-lang/rust/issues/13871
11
- const quote = `There was a night when winds from unknown spaces whirled us irresistibly into
12
- limitless vacum beyond all thought and entity. Perceptions of the most
13
- maddeningly untransmissible sort thronged upon us; perceptions of infinity
14
- which at the time convulsed us with joy, yet which are now partly lost to my
15
- memory and partly incapable of presentation to others.`
11
+ const quote = `There was a night when winds from unknown spaces
12
+ whirled us irresistibly into limitless vacum beyond all thought and entity.
13
+ Perceptions of the most maddeningly untransmissible sort thronged upon us;
14
+ perceptions of infinity which at the time convulsed us with joy, yet which
15
+ are now partly lost to my memory and partly incapable of presentation to others.`
16
16
r := strings .NewReader (quote )
17
17
OpenReader (r )
18
18
}
You can’t perform that action at this time.
0 commit comments