Sign in
fuchsia
/
fuchsia
/
0c00fd3
/
.
/
garnet
/
go
/
src
/
fidl
/
compiler
/
syzkaller_backend
/
templates
/
struct.tmpl.go
blob: 2a0ffffb828bb4dcca10ba0d3002fa2a8d74f64d [
file
] [
log
] [
blame
]
package templates
const Struct = `
{{- define "StructDefinition" -}}
{{ .Name }} {
{{- range .Members }}
{{ .Name }} {{ .Type }}
{{- end }}
} [packed]
{{- end -}}
`