Skip to content

Commit

Permalink
goctl
Browse files Browse the repository at this point in the history
  • Loading branch information
anstns authored and kevwan committed Nov 18, 2023
1 parent 2eb7e1e commit 77778c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/api/dartgen/genapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}(
Expand Down

0 comments on commit 77778c6

Please sign in to comment.