]> Cypherpunks repositories - gostls13.git/commit
runtime/type: change fieldalign to use mixedCaps
authortwo <oohcode@gmail.com>
Sat, 21 Sep 2019 14:08:07 +0000 (14:08 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 21 Sep 2019 21:01:41 +0000 (21:01 +0000)
commit9c0e56bf9de5ff8faa73860ab6bb43562722c18f
tree7b760f42e0b171c234f438a7265e84397cc80647
parent4e2b84ffc59610c380df3354239f037df4d3e2b2
runtime/type: change fieldalign to use mixedCaps

All spelling in source code is "fieldAlign", except this place, so change
"fieldalign" to use mixedCaps.

Change-Id: Icbd9b9d23d9b4f756174e9a3cc4b25776fd90def
GitHub-Last-Rev: 44a4fe140a4a473a234ceb5bd927109cbc35bb30
GitHub-Pull-Request: golang/go#34441
Reviewed-on: https://go-review.googlesource.com/c/go/+/196757
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
src/runtime/type.go