Skip to content

Commit

Permalink
build: run v3approve
Browse files Browse the repository at this point in the history
  • Loading branch information
horockey committed Aug 9, 2024
1 parent a90ae49 commit 894ce64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testdata/godoc-v3.x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,10 @@ type TimestampArg = ArgumentBase[time.Time, TimestampConfig, timestampValue]

type TimestampConfig struct {
Timezone *time.Location
Layouts []string
// Available layouts for flag value.
//
// Note that value for formats with missing year/date will be interpreted as current year/date respectively.
Layouts []string
}
TimestampConfig defines the config for timestamp flags

Expand Down

0 comments on commit 894ce64

Please sign in to comment.