Files
coredns/middleware
Yong Tang b9cf32f7a9 Golint middleware/proxy (#290)
While looking into the proxy middleware it appears that there are
several golint messages:
```
ubuntu@ubuntu:~/coredns$ golint middleware/proxy/
middleware/proxy/lookup.go:66:1: exported method Proxy.Forward should have comment or be unexported
middleware/proxy/proxy.go:24:6: exported type Client should have comment or be unexported
middleware/proxy/proxy.go:107:1: exported function Clients should have comment or be unexported
middleware/proxy/reverseproxy.go:10:6: exported type ReverseProxy should have comment or be unexported
middleware/proxy/reverseproxy.go:16:1: exported method ReverseProxy.ServeDNS should have comment or be unexported
middleware/proxy/upstream.go:42:6: exported type Options should have comment or be unexported
```

This fix addressed the above golint messages.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-23 23:00:50 +01:00
..
2016-09-10 09:16:25 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 11:08:23 -03:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 23:00:50 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-09-23 09:14:12 +01:00
2016-03-19 07:32:50 +00:00
2016-09-17 17:09:05 +01:00
2016-09-07 12:55:41 +00:00
2016-09-21 17:01:19 +01:00