CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Extracting pkgName and pkgBase fails #33

Open MeFisto94 opened 6 years ago

MeFisto94 commented 6 years ago

When the mounted go-code is only linked (as I have a separate folder for the sourcecode and a separate folder for the Docker Builds), go list seems to return nothing. If I am however copying the sourcecode into the docker build folder, it successfully evaluates the Canoncial Import Path