0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-23 05:26:25 +02:00

3 Commits

Author SHA1 Message Date
Pascal Zimmermann
996c929c45 feat: Update the lib version
Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
2026-02-15 23:25:45 +01:00
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.
2024-04-13 17:32:15 +00:00
6543
53c7d8908e
Make optional.Option[T] type serializable (#29282)
make the generic `Option` type de-/serializable for json and yaml

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2024-02-23 21:51:46 +00:00