You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/optional
silverwind c77e8140bc
Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)
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.
2 months ago
..
option.go Unify user update methods (#28733) 4 months ago
option_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 3 months ago
serialization.go Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461) 2 months ago
serialization_test.go Make optional.Option[T] type serializable (#29282) 3 months ago