We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f58b93 + 6efeb75 commit 997abf7Copy full SHA for 997abf7
cmd/docker-gen/main.go
@@ -10,7 +10,7 @@ import (
10
11
"github.com/BurntSushi/toml"
12
docker "github.com/fsouza/go-dockerclient"
13
- "github.com/jwilder/docker-gen"
+ "github.com/jwilder/docker-gen"
14
)
15
16
type stringslice []string
config.go
@@ -4,7 +4,6 @@ import (
4
"errors"
5
"strings"
6
"time"
7
-
8
9
type Config struct {
0 commit comments