]> Cypherpunks repositories - gostls13.git/commit
misc/notepadplus: fix functionList regex issue
authorChaiShushan <chaishushan@gmail.com>
Thu, 8 Aug 2013 17:57:32 +0000 (10:57 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Aug 2013 17:57:32 +0000 (10:57 -0700)
commitd3450d85ec2223358f1e1724001f61e8a64b9a0c
treec1df5fbc0e2d261e6946f8a7bac534d09da21040
parent9f46efce528eccde8f1d15756bfb8d7088da1dc6
misc/notepadplus: fix functionList regex issue

The receiver name is optional. when Method's receiver name messing,
the functionList regex can't match the Method,
e.g. `func (*T) ProtoMessage() {}`.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12530044
misc/notepadplus/functionList.xml