mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 04:31:30 +00:00
679391999f
* feat_: LogOnPanic linter * fix_: add missing defer LogOnPanic * chore_: make vendor * fix_: tests, address pr comments * fix_: address pr comments
14 lines
486 B
Go
14 lines
486 B
Go
// Code generated by command: go run equal_fold_asm.go -pkg ascii -out ../ascii/equal_fold_amd64.s -stubs ../ascii/equal_fold_amd64.go. DO NOT EDIT.
|
|
|
|
//go:build !purego
|
|
// +build !purego
|
|
|
|
package ascii
|
|
|
|
// EqualFoldString is a version of strings.EqualFold designed to work on ASCII
|
|
// input instead of UTF-8.
|
|
//
|
|
// When the program has guarantees that the input is composed of ASCII
|
|
// characters only, it allows for greater optimizations.
|
|
func EqualFoldString(a string, b string) bool
|