coredns/core/dnsserver
Yong Tang 1e4ba588dc Enforce go lint check and fix several lint issues (#570)
This fix updates the Makefile to add the `go lint` check
for the build. This fix also fixes several go lint issues.

NOTE: This fix does not enforce `go lint` (suggestion only).
This fix also ignores the `go lint` error:
```
middleware/middleware.go:72:1: context.Context should be the first parameter of a function
```
as it requires too many changes in API.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-03-05 14:17:05 -08:00
..
address.go Use dns.port argument as default 2016-10-07 10:16:28 +00:00
address_test.go Cleanups and tests (#272) 2016-09-19 11:26:00 +01:00
config.go Gofmt all code (#552) 2017-02-22 16:06:20 +00:00
directives.go go gen improvements (#524) 2017-02-14 19:23:18 +00:00
register.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
server.go Enforce go lint check and fix several lint issues (#570) 2017-03-05 14:17:05 -08:00
zdirectives.go Golint (#548) 2017-02-22 07:25:58 +00:00