Skip to content

Releases: semk/gofiximports

gofiximports v1.0.0

07 Jul 07:32
957791d
Compare
Choose a tag to compare

gofiximports v1.0.0

Utility to fix/replace import paths in Go files recursively & pretty-print like gofmt.

Features

  • Works with directories (recursively) and stdin
  • Parameters to tweak the code formatting
  • Uses go AST parser for import replacements.