mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
run new file through goimports
This commit is contained in:
committed by
Damien Churchill
parent
cb8a5e4caa
commit
0cce6977d7
@@ -2,10 +2,11 @@ package docker
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/pkg/errors"
|
||||
"os"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// This code is taken from github.com/docker/volume/mounts/windows_parser.go
|
||||
|
||||
Reference in New Issue
Block a user