Skip to content

Commit

Permalink
Regenerate v2 docs via 'make v2approve'
Browse files Browse the repository at this point in the history
  • Loading branch information
palsivertsen committed Jan 31, 2023
1 parent d14954f commit 9998599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions godoc-current.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,8 @@ type StringSliceFlag struct {
TakesFile bool

Action func(*Context, []string) error

NoTrimSpace bool
// Has unexported fields.
}
StringSliceFlag is a flag with type *StringSlice
Expand Down
2 changes: 2 additions & 0 deletions testdata/godoc-v2.x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,8 @@ type StringSliceFlag struct {
TakesFile bool

Action func(*Context, []string) error

NoTrimSpace bool
// Has unexported fields.
}
StringSliceFlag is a flag with type *StringSlice
Expand Down

0 comments on commit 9998599

Please sign in to comment.