mirror of https://github.com/docker/docs.git
gofmt
This commit is contained in:
parent
97b7b173b9
commit
484ba4a8c5
|
@ -5,6 +5,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
IMAGE_ID = "42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d"
|
IMAGE_ID = "42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d"
|
||||||
TOKEN = []string{"fake-token"}
|
TOKEN = []string{"fake-token"}
|
||||||
|
|
Loading…
Reference in New Issue