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:
parent
9c384cc570
commit
44a4fe140a
@ -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) -> ==?
|
||||
|
Loading…
Reference in New Issue
Block a user