We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c63687c + 8b12b04 commit d4731e4Copy full SHA for d4731e4
internal/operation/status.go
@@ -7,7 +7,7 @@ type Status uint8
7
8
// Binary flags that used as Status
9
const (
10
- Finished = Status(1 << iota >> 1)
+ Finished = Status(iota)
11
Undefined // may be true or may be false
12
NotFinished
13
)
0 commit comments