mirror of
https://github.com/golang/go.git
synced 2026-04-04 02:10:08 +09:00
notepadplus can only support some normal golang's hex and imaginary numbers. it can't detect some special number, eg. 1./1.e/1.i/1+0.1i (omit "0" in ".0"). R=golang-dev, gvdschoot CC=ajstarks, golang-dev https://golang.org/cl/13401047