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 53fc1da commit 3311f56Copy full SHA for 3311f56
main.go
@@ -6,7 +6,6 @@ import (
6
"github.com/zpatrick/go-config"
7
"github.com/codegangsta/cli"
8
"github.com/qnib/doxy/proxy"
9
- "fmt"
10
)
11
12
var (
@@ -36,9 +35,6 @@ var (
36
35
37
38
func EvalOptions(cfg *config.Config) (po []proxy.ProxyOption) {
39
- s, _ := cfg.Settings()
40
- ps, _ := cfg.String("proxy-socket")
41
- fmt.Printf("%v | dS:%s\n", s, ps)
42
proxySock, _ := cfg.String("proxy-socket")
43
po = append(po, proxy.WithProxySocket(proxySock))
44
dockerSock, _ := cfg.String("docker-socket")
0 commit comments