nolint:gochecknoglobals
()
| 151 | var seq int64 = 1 //nolint:gochecknoglobals |
| 152 | |
| 153 | func nextSeq() int { |
| 154 | return int(atomic.AddInt64(&seq, 1)) |
| 155 | } |
| 156 | |
| 157 | type QueueOpts struct { |
| 158 | Metadata []byte |
no outgoing calls
no test coverage detected
searching dependent graphs…