[Solved]Proper way of using gorename

I suspect a quoting issue. On unixes, the -from '"github.com/samp/pack".New' thing will have the outer set of quotes removed (i.e., interpreted) by the shell and sent to the program as "github.com/samp/pack".New while your command on Windows will probably send the actual single quotes as well to the program.