diff --git a/testdata/godoc-v3.x.txt b/testdata/godoc-v3.x.txt index 5229697ea0..f39be4666b 100644 --- a/testdata/godoc-v3.x.txt +++ b/testdata/godoc-v3.x.txt @@ -456,7 +456,7 @@ func (cmd *Command) StringSlice(name string) []string StringSlice looks up the value of a local StringSliceFlag, returns nil if not found -func (cmd *Command) Timestamp(name string) *time.Time +func (cmd *Command) Timestamp(name string) time.Time Timestamp gets the timestamp from a flag name func (cmd *Command) ToFishCompletion() (string, error)