diff options
| author | Austin Clements <austin@google.com> | 2017-03-07 15:36:49 -0500 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2017-03-07 21:19:38 +0000 |
| commit | d50f892abca46b794a23f20777c0b2425467d407 (patch) | |
| tree | 24860cb18fb48f360612905ca4a76a2139b29d67 /src/database/sql/sql.go | |
| parent | 5e4a958351222233fbc6f82ab621a7d15299eea5 (diff) | |
| download | go-d50f892abca46b794a23f20777c0b2425467d407.tar.xz | |
runtime: join selectgo and selectgoImpl
Currently selectgo is just a wrapper around selectgoImpl. This keeps
the hard-coded frame skip counts for tracing the same between the
channel implementation and the select implementation.
However, this is fragile and confusing, so pass a skip parameter to
send and recv, join selectgo and selectgoImpl into one function, and
use decrease all of the skips in selectgo by one.
Change-Id: I11b8cbb7d805b55f5dc6ab4875ac7dde79412ff2
Reviewed-on: https://go-review.googlesource.com/37860
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/database/sql/sql.go')
0 files changed, 0 insertions, 0 deletions
