Skip to content

Commit

Permalink
[ignore] Use -mod=mod flag for goimports tool
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib authored and akinross committed Jun 14, 2024
1 parent 58526b5 commit 1f32250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
//go:generate go run gen/generator.go

// Format code and cleanup imports
//go:generate go run golang.org/x/tools/cmd/goimports -w internal/provider/
//go:generate go run -mod=mod golang.org/x/tools/cmd/goimports -w internal/provider/

// If you do not have terraform installed, you can remove the formatting command, but its suggested to
// ensure the documentation is formatted properly.
Expand Down

0 comments on commit 1f32250

Please sign in to comment.