Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lift code from docker/volume/mounts for splitting windows volumes #5811

Merged
merged 4 commits into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. lift code from docker/volume/mounts for splitting windows volumes

    Using the API as provided from the `mounts` package imposes validation
    on the `src:dest` which shouldn't be performed at this time. To workaround
    that lift the internal code from that library required to only perform
    the split.
    damoxc committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    4f04c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    960f898 View commit details
    Browse the repository at this point in the history
  3. run gofmt over the new file

    damoxc committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    cb8a5e4 View commit details
    Browse the repository at this point in the history
  4. run new file through goimports

    damoxc committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    0cce697 View commit details
    Browse the repository at this point in the history