gitea/modules/optional
silverwind c77e8140bc
Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` ()
Since https://github.com/go-gitea/gitea/pull/25686, a few `interface{}`
have sneaked into the codebase. Add this replacement to `make fmt` to
prevent this from happening again.

Ideally a linter would do this, but I haven't found any suitable.
..
option.go
option_test.go migrate some more "OptionalBool" to "Option[bool]" ()
serialization.go Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` ()
serialization_test.go