Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change proxy to satisfy both gofmt 1.3 and 1.4 gofmt
gofmt -s from 1.4 does not like for _ = range BLAH it wants for range BLAH But gofmt from 1.3 dies: ./pkg/proxy/config/config.go:265:6: expected operand, found 'range' ./pkg/proxy/config/config.go:268:3: expected '{', found 'EOF' So instead, rewrite the code to make them both happy
- Loading branch information