Danny Lockard

Results 2 issues of Danny Lockard

``` if ($arg_name = "blah") {return 301 /test/blah;} ``` turns into ``` if ($arg_name = "blah") { return 301 /test/blah } ``` This is missing the ending semi-colon

I think this is correct? It should make code easier to write instead of writing something like ``` Links: []interface{}{ map[string]string{ "href": "https://link.to.thing/thing", "text": "Link", }, }, ```

breaking change