const go/token.CHAR

5 uses

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

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

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