]> Cypherpunks repositories - gostls13.git/commit
doc/articles: format error string as per go style
authorAditya Harindar <aditya.harindar@gmail.com>
Mon, 28 Oct 2019 08:14:47 +0000 (08:14 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 28 Oct 2019 16:15:54 +0000 (16:15 +0000)
commit5c6db9a76ffe8ab9bf3bfc42dfb2dd51d89b7228
treea6e33dc38e66a09aacd7ab1651d5bb2743d92791
parent0ae9389609f23dc905c58fc2ad7bcc16b770f337
doc/articles: format error string as per go style

First letter of an error string should not be capitalized, as prescribed in the [wiki](https://github.com/golang/go/wiki/Errors).

Change-Id: Iea1413f19b5240d3bef79f216094d210b54bdb62
GitHub-Last-Rev: d8e167107122b603c4f647d722537668ad1c680d
GitHub-Pull-Request: golang/go#35203
Reviewed-on: https://go-review.googlesource.com/c/go/+/203797
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/articles/wiki/final-noclosure.go