Files
kubernetes/pkg
Eric Paris e8acfe5f81 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
2015-02-20 12:30:33 -05:00
..
2014-09-16 15:19:02 -07:00
2015-02-05 20:32:51 +01:00
2014-11-02 22:26:45 -08:00
2014-12-19 12:28:51 -08:00
2015-02-20 11:20:12 +01:00
2015-02-18 11:54:56 -05:00
2015-02-18 13:02:22 -05:00
2015-01-14 15:22:21 -08:00
2015-02-17 21:15:42 -08:00