Re: [PATCH v1] adding word_regex for go language

2017-03-20 Thread Junio C Hamano
sourav mondal writes: > Subject: Re: [PATCH v1] adding word_regex for go language Perhaps clarify the title with what area this change affects, e.g. Subject: userdiff.c: patterns for "go" language cf. Documentation/SubmittingPatches. > Go programming language is one o

[PATCH v1] adding word_regex for go language

2017-03-20 Thread sourav mondal
Go programming language is one of the promissing language now. Adding built-in driver for the same. This patch contains word_regex for go. As the language specification this has alpha-numeric and under-score for identifiers. It covers all types of number system decimal, octal, hexadecimal. Also