Skip to content

Commit f76f807

Browse files
committed
Release v3.22.1
1 parent ae0af48 commit f76f807

File tree

407 files changed

+1411
-1230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+1411
-1230
lines changed

basic/cmd/calc-cli/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func doHTTP(scheme, host string, timeout int, debug bool) (goa.Endpoint, any, er
3030
)
3131
}
3232

33-
func httpUsageCommands() string {
33+
func httpUsageCommands() []string {
3434
return cli.UsageCommands()
3535
}
3636

basic/cmd/calc-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Additional help:
116116
117117
Example:
118118
%s
119-
`, os.Args[0], os.Args[0], indent(httpUsageCommands()), os.Args[0], indent(httpUsageExamples()))
119+
`, os.Args[0], os.Args[0], indent(strings.Join(httpUsageCommands(), "\n")), os.Args[0], indent(httpUsageExamples()))
120120
}
121121

122122
func indent(s string) string {

basic/gen/calc/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/calc/endpoints.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/calc/service.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/grpc/calc/client/cli.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/grpc/calc/client/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/grpc/calc/client/encode_decode.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/grpc/calc/client/types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic/gen/grpc/calc/pb/goagen_basic_calc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)