On Wed, Apr 14, 2021 at 1:51 PM Steve Mynott <steve.myn...@gmail.com> wrote:

> I'm aware tools exist to parse go and a quick google search search
> fails me but I was wondering if there was a utility which was a
> go-aware diff which I could use like "git diff master" which printed
> out a list of funcs changed?

Would this work for you?

$ git diff master | grep '@@ func'

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-Uy038UXckc3hCvwyaXko84-LZZNb2JE3MCoJt_NxJbBQ%40mail.gmail.com.

Reply via email to