mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 16:41:53 +08:00
Use golint to normalize the code (#1)
This commit is contained in:
@@ -116,7 +116,7 @@ func TestZoneLookup(t *testing.T) {
|
||||
"ns1.example.com.",
|
||||
"ns2.example.com.",
|
||||
},
|
||||
Handler: func(name,remoteAddr string) ([]Set, error) {
|
||||
Handler: func(name, remoteAddr string) ([]Set, error) {
|
||||
if name == "error" {
|
||||
return nil, io.EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user