mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
gofmt
This commit is contained in:
parent
c66a827c98
commit
6678a26d1c
5 changed files with 9 additions and 10 deletions
|
@ -11,6 +11,7 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"path"
|
"path"
|
||||||
|
@ -20,7 +21,6 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
"net"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Container struct {
|
type Container struct {
|
||||||
|
|
|
@ -366,7 +366,6 @@ func TestParseRelease(t *testing.T) {
|
||||||
assertParseRelease(t, "3.8.0-19-generic", &KernelVersionInfo{Kernel: 3, Major: 8, Minor: 0, Flavor: "19-generic"}, 0)
|
assertParseRelease(t, "3.8.0-19-generic", &KernelVersionInfo{Kernel: 3, Major: 8, Minor: 0, Flavor: "19-generic"}, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func TestDependencyGraphCircular(t *testing.T) {
|
func TestDependencyGraphCircular(t *testing.T) {
|
||||||
g1 := NewDependencyGraph()
|
g1 := NewDependencyGraph()
|
||||||
a := g1.NewNode("a")
|
a := g1.NewNode("a")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue