diff --git a/common/paths.go b/common/paths.go index 070662adb..c4bdfc72b 100644 --- a/common/paths.go +++ b/common/paths.go @@ -15,8 +15,8 @@ package common import ( - "path/filepath" "os" + "path/filepath" ) // ModuleOutDir returns the path to the module-specific output directory.