Hugo Sjöberg
Results
1
comments of
Hugo Sjöberg
This also works: ``` find path/ -type f -name '*.go' -print0 | xargs -0 -n1 docker run --rm -it -v ${PWD}:/src ghcr.io/google/addlicense -check ```