tmpl:=template.Must(template.New("").Funcs(template.FuncMap{// 'ReprKindConst' returns the source-string for "ipld.ReprKind_{{Kind}}"."ReprKindConst":func(kipld.ReprKind)string{return"ipld.ReprKind_"+k.String()// happens to be fairly trivial.},}).Parse(wish.Dedent(tmplstr)))