File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,14 +236,14 @@ func panic(v interface{})
236
236
// panicking.
237
237
func recover () interface {}
238
238
239
- // The print built-in function formats its arguments in an implementation-
240
- // specific way and writes the result to standard error.
239
+ // The print built-in function formats its arguments in an
240
+ // implementation- specific way and writes the result to standard error.
241
241
// Print is useful for bootstrapping and debugging; it is not guaranteed
242
242
// to stay in the language.
243
243
func print (args ... Type )
244
244
245
- // The println built-in function formats its arguments in an implementation-
246
- // specific way and writes the result to standard error.
245
+ // The println built-in function formats its arguments in an
246
+ // implementation- specific way and writes the result to standard error.
247
247
// Spaces are always added between arguments and a newline is appended.
248
248
// Println is useful for bootstrapping and debugging; it is not guaranteed
249
249
// to stay in the language.
You can’t perform that action at this time.
0 commit comments