Closed babbageclunk closed 7 years ago
This was a purely mechanical change using the following command from the root dir of the repo:
find juju2 -type f -name '*.go' -print0 | xargs -0 sed -i 's:"github.com/juju/juju/\([^"]*\)"$:"github.com/juju/1.25-upgrade/juju2/\1":'
Follows on from #3 . Code still doesn't build, but adding as a separate PR so subsequent smaller changes don't get lost in the noise.
This was a purely mechanical change using the following command from the root dir of the repo:
Follows on from #3 . Code still doesn't build, but adding as a separate PR so subsequent smaller changes don't get lost in the noise.