const go/token.CHAR

7 uses

	go/token (current package)
		token.go#L32: 	CHAR   // 'a'
		token.go#L144: 	CHAR:   "CHAR",

	go/constant
		value.go#L453: 	case token.CHAR:

	go/parser
		parser.go#L1466: 	case token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING:
		parser.go#L2435: 		token.IDENT, token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING, token.FUNC, token.LPAREN, // operands

	go/scanner
		scanner.go#L845: 			tok = token.CHAR

	go/types
		operand.go#L278: 	case token.CHAR: