We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c4516 commit 4182c5eCopy full SHA for 4182c5e
simd_test.go
@@ -26,7 +26,6 @@ const (
26
StatusDisabled
27
)
28
29
-func (s StatusEnum) Value() uint8 { return uint8(s) }
30
func (s StatusEnum) String() string {
31
switch s {
32
case StatusActive:
0 commit comments