We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c26f7 commit 99352d3Copy full SHA for 99352d3
main.go
@@ -154,7 +154,7 @@ func (o *GenOpts) templateFuncMap() template.FuncMap {
154
typ := anchor(fmt.Sprint(t2.FullName()))
155
return fmt.Sprintf(`%s#%s`, fn, typ)
156
},
157
- "type_link_hugo": func(f *protogen.Field) string {
+ "hugo_type_link": func(f *protogen.Field) string {
158
// exclude google types:
159
160
if f.Message != nil {
0 commit comments