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.
1 parent 139979b commit 6efeb75Copy full SHA for 6efeb75
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