This PR fixes an issue with generating deepcopy funcs. The relative paths used in output-dir was causing issues. I replaced it with the GOPATH since this should always be set in a dev env.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Signed-off-by: Alexander Tanton tantonat@amazon.com
This PR fixes an issue with generating deepcopy funcs. The relative paths used in output-dir was causing issues. I replaced it with the
GOPATH
since this should always be set in a dev env.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.