Searched refs:symbolChars (Results 1 – 1 of 1) sorted by relevance
51 const symbolChars = "_$." const89 if unicode.IsLetter(c) || unicode.IsNumber(c) || strings.ContainsRune(symbolChars, c) {