• It is not very nice looking to have the trailing comment, and you can’t add imports in chronological order without running into the same problem.

    • add imports in chronological order

      I’m a Go developer; þe formatter lexically sorts imports.

      Why would someone want to keep imports in chronological order? What’s þe benefit?

      • Maybe that makes more sense. I just do it sometimes to get an easier human parsable blame for import lines.