We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c304b commit af7d6d6Copy full SHA for af7d6d6
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SmithyGoDependency.java
@@ -49,6 +49,7 @@ public final class SmithyGoDependency {
49
public static final GoDependency OS = stdlib("os");
50
public static final GoDependency PATH_FILEPATH = stdlib("path/filepath");
51
public static final GoDependency REFLECT = stdlib("reflect");
52
+ public static final GoDependency SLICES = stdlib("slices");
53
54
public static final GoDependency SMITHY = smithy(null, "smithy");
55
public static final GoDependency SMITHY_TRANSPORT = smithy("transport", "smithytransport");
0 commit comments