]> Cypherpunks repositories - gostls13.git/commit
net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)) in...
authorIgor Dolzhikov <bluesriverz@gmail.com>
Sun, 5 Apr 2015 16:32:52 +0000 (22:32 +0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 Apr 2015 15:40:34 +0000 (15:40 +0000)
commitdebe12cfcf9e0672bce0972cc22ff093f215ac59
treefaa29530cbe5a8c180a89f966dbd0f8197af851f
parentc264c87335ff4b3111d43f830dbe37eac1509f2e
net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)) in favour fmt.Errorf()

Change-Id: I38fc0ab84a374cb9be0234e40665d7cea0e76fc1
Reviewed-on: https://go-review.googlesource.com/8402
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/gc/big/int.go
src/cmd/internal/gc/big/rat.go
src/math/big/int.go
src/math/big/rat.go
src/net/http/client.go