forked from toolshed/abra
refactor: urfave v3
This commit is contained in:
5
vendor/github.com/docker/go/canonical/json/fold.go
generated
vendored
5
vendor/github.com/docker/go/canonical/json/fold.go
generated
vendored
@ -24,9 +24,8 @@ const (
|
||||
// 4) simpleLetterEqualFold, no specials, no non-letters.
|
||||
//
|
||||
// The letters S and K are special because they map to 3 runes, not just 2:
|
||||
// - S maps to s and to U+017F 'ſ' Latin small letter long s
|
||||
// - k maps to K and to U+212A 'K' Kelvin sign
|
||||
//
|
||||
// * S maps to s and to U+017F 'ſ' Latin small letter long s
|
||||
// * k maps to K and to U+212A 'K' Kelvin sign
|
||||
// See https://play.golang.org/p/tTxjOc0OGo
|
||||
//
|
||||
// The returned function is specialized for matching against s and
|
||||
|
Reference in New Issue
Block a user