]> Cypherpunks repositories - gostls13.git/commit
fmt: document that Scanf returns an error the same as Scan
authorRob Pike <r@golang.org>
Tue, 5 May 2015 18:05:35 +0000 (11:05 -0700)
committerRob Pike <r@golang.org>
Tue, 5 May 2015 19:48:50 +0000 (19:48 +0000)
commita63ba85a9f0a96cdedc58ba8e97615972b555c44
treea4ad1e352570a7a213fd7e1a1967c1be170b4d27
parentceefebd7952e7a65ec1da82caf13c101debc369d
fmt: document that Scanf returns an error the same as Scan

No semantic change.

Fixes #8708.

Change-Id: Ieda04a86a19bb69bfc2519d381a2f025e7cb8279
Reviewed-on: https://go-review.googlesource.com/9740
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/fmt/scan.go