| A mix of lint-y and style problems, and over-use of named returned parameters. https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L4... -- comment block should start with Dictionary. https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L5... -- comment should precede the declaration. https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L6... and others -- spurious newlines https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L7... -- needless named return parameters https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L1... https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L1... https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L2... (many others) -- prefer early return or continue over if/else https://github.com/cloudflare/bm/blob/master/src/bm/bm.go#L1... -- more boilerplate due to the needless decision to use named return params |