diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/builtin/builtin.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/builtin/builtin.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/builtin/builtin.go b/llgo/third_party/gofrontend/libgo/go/builtin/builtin.go index 51550a459cb..d63ad22c32d 100644 --- a/llgo/third_party/gofrontend/libgo/go/builtin/builtin.go +++ b/llgo/third_party/gofrontend/libgo/go/builtin/builtin.go @@ -236,14 +236,14 @@ func panic(v interface{}) // panicking. func recover() interface{} -// The print built-in function formats its arguments in an implementation- -// specific way and writes the result to standard error. +// The print built-in function formats its arguments in an +// implementation-specific way and writes the result to standard error. // Print is useful for bootstrapping and debugging; it is not guaranteed // to stay in the language. func print(args ...Type) -// The println built-in function formats its arguments in an implementation- -// specific way and writes the result to standard error. +// The println built-in function formats its arguments in an +// implementation-specific way and writes the result to standard error. // Spaces are always added between arguments and a newline is appended. // Println is useful for bootstrapping and debugging; it is not guaranteed // to stay in the language. |

