const go/token.IMAG

6 uses

	go/token (current package)
		token.go#L32: 	IMAG   // 123.45i
		token.go#L139: 	IMAG:   "IMAG",

	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/printer
		nodes.go#L986: 	if lit.Kind != token.INT && lit.Kind != token.FLOAT && lit.Kind != token.IMAG {

	go/scanner
		scanner.go#L474: 		tok = token.IMAG