Skip to content

Releases: amirHossein5/go-import

v0.3.0

04 Feb 19:16
9ad439f
Compare
Choose a tag to compare

Added

  • Cache paths of GOROOT and GOMODCACHE to import faster.
  • Show quick panel for multi name imports.
  • Sorting imports when importing.
  • Add Settings file for setting GOROOT and GOMODCACHE for other OS.

Fixed

  • Fix to not consider import line itself when erasing unused imports.
  • Being unable to import when no project is open.

v0.2.1

02 Feb 12:14
87fa9cd
Compare
Choose a tag to compare

Added

  • Find libraries inside opened project.
  • Find installed libraries.

Improved

  • Get/Filter import keywords regex.

v0.1.0

28 Jan 19:02
2ac0dee
Compare
Choose a tag to compare

init