mirror of
https://github.com/wader/fq.git
synced 2024-11-23 18:56:52 +03:00
16 lines
237 B
Cheetah
16 lines
237 B
Cheetah
//go:build ignore
|
|
|
|
package decode
|
|
|
|
{{- range $t := $.try }}
|
|
{{- range $h := $.how }}
|
|
{{- range $w := $.where }}
|
|
|
|
func (d *D) FieldFormat{{$t.name}}{{$h.name}}{{$w.name}}(nBits int) float64 {
|
|
return 0
|
|
}
|
|
|
|
{{- end}}
|
|
{{- end}}
|
|
{{- end}}
|