const go/token.CHAR

7 uses

	go/token (current package)
		token.go#L33: 	CHAR   // 'a'
		token.go#L145: 	CHAR:   "CHAR",

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

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

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

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