From 955e395f09a901bdaf8756ff5ced93699dfc92d1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 28 Jan 2012 14:57:03 +0100 Subject: [PATCH] Add the new files --- examples/fp/q.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fp/q.go b/examples/fp/q.go index aa1dc703..2d35340e 100644 --- a/examples/fp/q.go +++ b/examples/fp/q.go @@ -56,11 +56,11 @@ func main() { } // For now, just list them: - files := []string{"data/Bind9", "data/Nsd3"} + files := []string{"Atlas", "Bind8", "Bind9", "MaraDNS", "Microsoft", "Nsd3", "PowerDNS"} fmt.Printf("%s\t%s\t%s\t\t\t\t\t\t\t\t%s\n", "Server type", "Diffs", "Received", "Sent") for _, file := range files { diff := 0 - prints, _ := fingerPrintFromFile(file) + prints, _ := fingerPrintFromFile("data/" + file) for i, f := range prints { d := f.compare(results[i]) diff += d