]> Cypherpunks repositories - gostls13.git/commit
runtime: fix inconsistency in slice.go
authorMarvin Stenger <marvin.stenger94@gmail.com>
Thu, 24 Mar 2016 00:55:42 +0000 (01:55 +0100)
committerIan Lance Taylor <iant@golang.org>
Thu, 24 Mar 2016 18:17:28 +0000 (18:17 +0000)
commit44532f1a9defb9cc4f48e74a7fa1ffd1dfa67022
tree7d10149d6a598cee1b1f9a74e35a602c2b274e65
parentf045ca8d45c1f06312a022e40677eec3fc2e0ed3
runtime: fix inconsistency in slice.go

Fixes #14938.

Additionally some simplifications along the way.

Change-Id: I2c5fb7e32dcc6fab68fff36a49cb72e715756abe
Reviewed-on: https://go-review.googlesource.com/21046
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/runtime/slice.go