Commit f918c4bc authored by suyanlong's avatar suyanlong

🐛 Enable golang CGO_ENABLED=1 env

parent 5a1a06b7
...@@ -166,7 +166,7 @@ aligner: ...@@ -166,7 +166,7 @@ aligner:
@aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go comment @aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go comment
goimports:fmt goimports:fmt
@goimports-reviser -dir-path ./ -project-name github.com/link33/sidecar -ignore-dir mock -rm-unused -set-alias -format @CGO_ENABLED=1 goimports-reviser -dir-path ./ -project-name github.com/link33/sidecar -ignore-dir mock -rm-unused -set-alias -format
aligner-check: aligner-check:
@aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go check @aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment