mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 23:02:25 -05:00
[chore] Bump go swagger (#2871)
* bump go swagger version * bump swagger version
This commit is contained in:
parent
3a369d834a
commit
fd8a724e77
251 changed files with 10841 additions and 11896 deletions
18
vendor/github.com/go-openapi/inflect/README.md
generated
vendored
Normal file
18
vendor/github.com/go-openapi/inflect/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# inflect [](https://github.com/go-openapi/inflect/actions?query=workflow%3A"go+test") [](https://codecov.io/gh/go-openapi/inflect)
|
||||
|
||||
[](https://slackin.goswagger.io)
|
||||
[](https://raw.githubusercontent.com/go-openapi/inflect/master/LICENSE)
|
||||
[](https://pkg.go.dev/github.com/go-openapi/inflect)
|
||||
[](https://goreportcard.com/report/github.com/go-openapi/inflect)
|
||||
|
||||
A package to pluralize words.
|
||||
|
||||
Originally forked from fork of https://bitbucket.org/pkg/inflect under a MIT License.
|
||||
|
||||
A golang library applying grammar rules to English words.
|
||||
|
||||
> This package provides a basic set of functions applying
|
||||
> grammar rules to inflect English words, modify case style
|
||||
> (Capitalize, camelCase, snake_case, etc.).
|
||||
>
|
||||
> Acronyms are properly handled. A common use case is word pluralization.
|
||||
Loading…
Add table
Add a link
Reference in a new issue