Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http_test: simplify strings.Index with strings.Contains
Both have the same O(n), but strings.Contains more readable on if-condition.
- Loading branch information