v0.1.4
This release fixes a bug where specifying backslashes in the event name would cause the plugin to error during the gofmt
step.
This happened because v0.1.3 was printing the string return "Foo\Bar"
rather than return "Foo\\Bar"
, where \B
would be an invalid escape sequence.