GoToSocial/internal/cache
tobi f8630348b4
Enable stricter linting with golangci-lint (#316)
* update golangci-lint

* add golangci config file w/ more linters

* correct issues flagged by stricter linters

* add more generous timeout for golangci-lint

* add some style + formatting guidelines

* move timeout to config file

* go fmt
2021-11-22 08:46:19 +01:00
..
account.go Enable stricter linting with golangci-lint (#316) 2021-11-22 08:46:19 +01:00
account_test.go Improve GetRemoteStatus and db.GetStatus() logic (#174) 2021-09-01 11:08:21 +02:00
cache.go
error.go
fetch.go
status.go Enable stricter linting with golangci-lint (#316) 2021-11-22 08:46:19 +01:00
status_test.go Improve GetRemoteStatus and db.GetStatus() logic (#174) 2021-09-01 11:08:21 +02:00
store.go