mirror of
https://github.com/coredns/coredns.git
synced 2025-10-31 18:23:13 -04:00
Some go vet cleanup (#869)
Some `go vet` cleanup Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
func TestSetupAutoPath(t *testing.T) {
|
||||
resolv, rm, err := test.TempFile(os.TempDir(), resolvConf)
|
||||
if err != nil {
|
||||
t.Fatalf("Could not create resolv.conf test file: %s", resolvConf, err)
|
||||
t.Fatalf("Could not create resolv.conf test file %s: %s", resolvConf, err)
|
||||
}
|
||||
defer rm()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user