gofmt-git-hook icon indicating copy to clipboard operation
gofmt-git-hook copied to clipboard

Remove second set of single quotes

Open au-phiware opened this issue 6 years ago • 0 comments

The quotes around the regex was not quoting the regex but instead terminating the first quote and starting a new quoted string. This lead to the dollar sign being dropped. The regex actually doesn't need any quoting so they can just be removed.

Also, the dot needs to be escaped.

au-phiware avatar Apr 09 '18 05:04 au-phiware