Skip to content

Look for pl.go in package cache

Marc-Antoine Parent requested to merge conversence/plgo:package_cache into master

plgo looks for the pl.go in the module. The module used to be in GOPATH/src, but in more recent go it may be in the package cache. The path name will then include module version info. This makes the necessary checks to find pl.go.

Merge request reports