2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-01-30 05:34:24 +00:00

ci: format code with golangci-lint

This commit is contained in:
Mohammed Sohail
2025-11-04 19:06:18 +03:00
parent 1831a07efe
commit 604175e6ca
9 changed files with 66 additions and 60 deletions

View File

@@ -107,6 +107,7 @@ type Op string
// only the last one is recorded.
//
// The types are:
//
// errors.Op
// The operation being performed, usually the method
// being invoked (Get, Put, etc.).