Skip to content

Deanfei/go-group-imports

Repository files navigation

go-group-imports

VSCode extension for separating imports in Go files into three groups:

  1. Standard library imports,
  2. Third party imports,
  3. Own (belonging to the organization) imports.

Extension Settings

  • groupImports.onSave: automatically group imports on save. Default value is true.
  • groupImports.GoPrivate: the private packages that will also be included as own packages, eg: "github.com/your-compony/"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published