-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip header value matching if entry is empty slice (#104)
* Skip header value matching if entry is empty slice * Test function name tweak * Fix race cond for test by atomic int & sync map * Fix test build error Repleace atomic.Int64 and sync.Map with a naive map with mutex lock. Doing so because the build tool is at go version 1.14, while atomic.Int64 is introduced at go 1.19 I think. * Shorten test function name to pass ci lint * Simplify test case to pass cyclomatic complexity constraint
- Loading branch information
Showing
2 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters