From 77778c62b9ca6d8e33e2660551153a28a9e9ab30 Mon Sep 17 00:00:00 2001 From: todd brand Date: Tue, 7 Nov 2023 15:23:21 +0800 Subject: [PATCH] goctl --- tools/goctl/api/dartgen/genapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/api/dartgen/genapi.go b/tools/goctl/api/dartgen/genapi.go index c99e25bb4899..f1ffe186cfe6 100644 --- a/tools/goctl/api/dartgen/genapi.go +++ b/tools/goctl/api/dartgen/genapi.go @@ -35,7 +35,7 @@ import '../data/{{with .Service}}{{.Name}}{{end}}.dart'; /// {{.Name}} {{range $i, $Route := .Routes}} /// --{{.Path}}-- -/// +/// --{{.AtDoc}}-- /// request: {{with .RequestType}}{{.Name}}{{end}} /// response: {{with .ResponseType}}{{.Name}}{{end}} Future {{normalizeHandlerName .Handler}}(