Closed erezrokah closed 2 months ago
Comparing with 382f98014ae8b72a5493bd06e72d4e1de8398e88
I thought tezt
was a funky way of separating it from test files.
I thought
tezt
was a funky way of separating it from test files.
Like clazz
instead of class
:)
Summary
Had a typo while renaming the original file from
_fuzz.go
to_test.go
. Made it_debug.go
to avoid confusion with test filesUse the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)