Revision 54e85e7af1ac9e9a92888060d6811ae767fea1bc authored by Junio C Hamano on 09 September 2020, 20:52:54 UTC, committed by Junio C Hamano on 09 September 2020, 20:53:09 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ff75e6c
Raw File
golang-long-func
func RIGHT(aVeryVeryVeryLongVariableName AVeryVeryVeryLongType,
	anotherLongVariableName AnotherLongType) {
	a := 5
	b := ChangeMe
}
back to top