Skip to content

Commit

Permalink
Try fixing goimports error
Browse files Browse the repository at this point in the history
  • Loading branch information
bikmazefe committed Sep 12, 2024
1 parent 19cfca3 commit e95deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ruby:
openapi-generator-cli generate -i tmp/compiled.yaml -g ruby -o clients/ruby -c ./openapi-generator/ruby_lang.yaml
go:
openapi-generator-cli generate -i tmp/compiled.yaml -g go -o clients/go -c ./openapi-generator/go_lang.yaml --global-property apiTests=false,modelTests=false
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/cmd/goimports@v0.24.0
goimports -w clients/go
cd clients/go && go mod tidy
typescript:
Expand Down

0 comments on commit e95deab

Please sign in to comment.