package structlayout
import "honnef.co/go/tools/structlayout"
Index ¶
Types ¶
type Field ¶
type Field struct { Name string `json:"name"` Type string `json:"type"` Start int64 `json:"start"` End int64 `json:"end"` Size int64 `json:"size"` Align int64 `json:"align"` IsPadding bool `json:"is_padding"` }
func (Field) String ¶
Source Files ¶
layout.go
- Version
- v0.0.1-2020.1.1
- Published
- Feb 21, 2020
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 16 minutes ago –
Tools for package owners.