Make CoreDNS build on Go 1.7 (#919)

This commit is contained in:
insomniac 2017-08-14 21:51:18 +01:00 committed by Yong Tang
parent 00f5c7797e
commit 1ab8b37e7e
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ services:
language: go
go:
- 1.7
- 1.8
go_import_path: github.com/coredns/coredns

View file

@ -72,5 +72,5 @@ func (p *apiProxy) Run() {
func (p *apiProxy) Stop() {
p.handler.Stop()
p.Close()
p.listener.Close()
}