gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
158 stars 12 forks source link

Run gofmt on all source #50

Closed yorinasub17 closed 5 years ago

yorinasub17 commented 5 years ago

This is the result of running gofmt on all the sources in this repo. Additionally, I organized the imports to match what I have been doing so far:

import (
   // stdlib packages

   // third party packages

   // local packages
)
yorinasub17 commented 5 years ago

@brikis98 This is not urgent to review, since this is a mechanical operation of running a code formatter. I am going to merge this right away.

I just wanted to get this out of the way to make future code reviews easier so it is not distracted by formatting updates.