buck

Results 57 comments of buck

Bumping this on request of the bot

Thanks for the review @ellemouton! will push up some updates asap. Quick question as a relatively new Golang developer- do you have any suggestions for setting up local formatting issues...

> Also, seems like lots of the linter issues here could be solved by running go fmt in the same commit as the code is added in :) Hmmm I'm...

For autoformatting with vscode I actually found the combination of [golines](https://github.com/segmentio/golines) plus the [runonsave extension](https://github.com/emeraldwalk/vscode-runonsave) to work pretty well in helping me clean things up a little easier.

Thanks for the thorough review @ellemouton! I think all comments have been addressed (and all commits squashed into one).

Thank you for your patch and your patience elle! Very nice cleanup. Hopefully everything's been addressed now.

I’d really recommend just committing to a line length formatted even if it has some undesirable outcomes. It’s pretty inconvenient to have to check every single line manually, which I...

Ok, should be addressed now. There are fewer remaining comments so it was easier to keep track without marking as resolved so I left them all unresolved to avoid any...

Nice, found [this](https://stackoverflow.com/questions/68559574/using-the-variable-on-range-scope-x-in-function-literal-scopelint) on that linting error.

Yay, green checks!