gitea/modules/session
silverwind a9108ab6aa
Replace custom Go formatter with `golangci-lint fmt` (#37194)
Use `golangci-lint fmt` to format code, replacing the previous custom
formatter tool. https://github.com/daixiang0/gci is used to order the
imports.

`make fmt` performs ~13% faster while consuming ~57% less cpu while
formatting for me.

`GOFUMPT_PACKAGE` is gone because it's using the builtin package from
golangci-lint.

Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-04-17 17:45:22 +00:00
..
db.go Add proper error message if session provider can not be created (#35520) 2025-09-28 12:24:19 +00:00
key.go
mem.go Fix session gob (#35128) 2025-07-20 01:49:36 +00:00
redis.go Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
store.go Fix session gob (#35128) 2025-07-20 01:49:36 +00:00
virtual.go Clean up Makefile, tests and legacy code (#36638) 2026-02-19 01:23:32 +00:00