Skip to content

Commit

Permalink
another proto3 fix, apptreesoftware#2
Browse files Browse the repository at this point in the history
  • Loading branch information
unicomp21 committed Sep 27, 2021
1 parent bd0fada commit fa137a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generator/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ class Default{{.Name}} implements {{.Name}} {
final String hostname;
final _pathPrefix = "/twirp/{{.Package}}.{{.Name}}/";
Default{{.Name}}(this.hostname, this._requester) {
}
{{range .Methods}}
Future<{{.OutputType}}>{{.Name}}({{.InputType}} {{.InputArg}}_1) async {
var url = "${hostname}${_pathPrefix}{{.Path}}";
Expand Down

0 comments on commit fa137a9

Please sign in to comment.