gitea/modules/avatar
wxiaoguang c18d8d6968
Remove legacy `+build:` constraint ()
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
..
identicon Remove legacy `+build:` constraint ()
testdata Improve handling of non-square avatars ()
avatar.go Better builtin avatar generator ()
avatar_test.go format with gofumpt ()