1package pkg2 2 3import "strings" 4 5ImportMe: { 6 A: <100 7 B: strings.ContainsAny("abc") 8} 9 10PickMe: >5
View as plain text