Skip to content

Commit

Permalink
doc fix and go hash update
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Nov 6, 2020
1 parent 55a49a9 commit b6f4dc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ private static GoDependency relativePackage(
private static final class Versions {
private static final String GO_STDLIB = "1.14";
private static final String GO_CMP = "v0.4.1";
private static final String SMITHY_GO = "v0.3.1-0.20201104233911-38864709e183";
private static final String SMITHY_GO = "v0.3.1-0.20201106213844-55a49a94218d";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public void writeAdditionalFiles(
String middlewareName = getMiddlewareName(operation);
String middlewareHelperName = getMiddlewareHelperName(operation);
writer.addUseImports(SmithyGoDependency.SMITHY_MIDDLEWARE);
writer.writeDocs("$L adds middleware to mutate endpoint host prefix if permitted");
writer.openBlock("func $L(stack *middleware.Stack) (err error) {", "}",
middlewareHelperName,
() -> {
Expand Down

0 comments on commit b6f4dc9

Please sign in to comment.