Skip to content

Commit

Permalink
Add time.Duration to the list of Go Stdlib Types
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Jun 4, 2024
1 parent 3f5ffbf commit 2c5fab6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public static final class Context {

public static final class Time {
public static final Symbol Time = SmithyGoDependency.TIME.pointableSymbol("Time");
public static final Symbol Duration = SmithyGoDependency.TIME.valueSymbol("Duration");
}

public static final class Encoding {
Expand Down

0 comments on commit 2c5fab6

Please sign in to comment.