goimports v0.4.3 Release Notes

Release Date: 2020-07-08 // almost 4 years ago
  • 0️⃣ Disable the fillstruct analysis by default.
    🐎 We recently uncovered some performance issues with the analysis, leading us to disable it by default.
    0️⃣ Once those issues are resolved, we will enable it by default again.
    You can still enable it by adding the following to your VS Code settings:

    "gopls": {"analyses": {"fillstruct": true,}}