1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 06:35:53 +00:00
gitea/routers/api/packages/nuget
silverwind 88f835192d
Replace interface{} with any (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
..
api_v2.go Normalize NuGet package version on upload (#22186) 2022-12-20 22:20:23 -05:00
api_v3.go Normalize NuGet package version on upload (#22186) 2022-12-20 22:20:23 -05:00
auth.go refactor auth interface to return error when verify failure (#22119) 2022-12-28 13:53:28 +08:00
links.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nuget.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00