1
0
mirror of https://github.com/golang/go synced 2024-11-18 12:54:44 -07:00

change runtime/type.go^fieldalign to fieldAlign

This commit is contained in:
two 2019-09-21 15:10:03 +08:00
parent 9c384cc570
commit 44a4fe140a

View File

@ -32,7 +32,7 @@ type _type struct {
hash uint32
tflag tflag
align uint8
fieldalign uint8
fieldAlign uint8
kind uint8
// function for comparing objects of this type
// (ptr to object A, ptr to object B) -> ==?