Accept more characters in function signature

Issue #4 new
buganini created an issue

In go_func_sig_re, "arguments" and "optionally return type" should also accept *{}. (asterisk, curly braces, period), they appear in case of pointer, interface, things from other module like unsafe.Pointer.

Comments (2)

  1. buganini reporter

    Ha, because adding so many characters affect the alignment of trailing comments, but I am not sure about your coding style so I submit this issue to let you handle that :D

  2. Log in to comment