Deepcopy --output-package=github.com/examples/pkg/apis, where are generated-codes located

i run cmd deepcopy-gen --go-header-file xxxxx --input-dirs=xxxxxx --output-package=github.com/examples/pkg/apis --output-file-base=zz_generated.deepcopy to generate codes,

But i found the code is generated in ./github.com/examples/pkg/apis , but not in $GOPATH/github.com/examples/pkg/apis , how to fix this problem