Small golint cleanup. (#338)

A small golint cleanup.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2016-10-17 16:59:12 -07:00
committed by GitHub
parent d536272201
commit 7843a2bd91

View File

@@ -9,7 +9,7 @@ import (
)
func TestTypifyNilMsg(t *testing.T) {
var m *dns.Msg = nil
var m *dns.Msg
ty, _ := Typify(m)
if ty != OtherError {