]> Cypherpunks repositories - gostls13.git/commit
os: remove stuttering return value names
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 17 Jul 2015 15:26:29 +0000 (08:26 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 18 Jul 2015 01:34:21 +0000 (01:34 +0000)
commit90c668d1afcb9a17ab9810bce9578eebade4db56
treea703fd318d601edfb694713c53418e7adc14d9c9
parent4a0d9587f23b42bb604666a65a81559ff7944dc5
os: remove stuttering return value names

Old style. Make it compliant with our code review comments document.

Also, make WriteString's return parameter named 'n', not 'ret', for
consistency.

Noticed during another documentation review.

Change-Id: Ie88910c5841f8353bc5c0152e2168b497578e15e
Reviewed-on: https://go-review.googlesource.com/12324
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/file.go
src/os/file_plan9.go
src/os/file_posix.go
src/os/file_unix.go
src/os/file_windows.go
src/os/stat_plan9.go
src/os/stat_windows.go