]> Cypherpunks repositories - gostls13.git/commit
runtime: give modulesSlice the correct type
authorKeith Randall <khr@golang.org>
Tue, 3 Oct 2017 20:07:07 +0000 (13:07 -0700)
committerKeith Randall <khr@golang.org>
Tue, 3 Oct 2017 23:21:50 +0000 (23:21 +0000)
commit0a7ef31d7d3e372129a665043c9377dc9e3860ee
tree648936744303b53a7800f12e8403609a54cfddd6
parentd8ff3d592088ef175222dbf69991887f0dd458d6
runtime: give modulesSlice the correct type

No need to type this global as an unsafe.Pointer, we know
what type the referent is.

Change-Id: I7b1374065b53ccf1373754a21d54adbedf1fd587
Reviewed-on: https://go-review.googlesource.com/67990
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/symtab.go