From 38d15b76e27e332182e511bb07339b5e608280b8 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 1 Aug 2011 14:09:41 +0200 Subject: [PATCH] doc --- _examples/funkensturm/funkensturm.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_examples/funkensturm/funkensturm.go b/_examples/funkensturm/funkensturm.go index 5a98edf6..87b29c97 100644 --- a/_examples/funkensturm/funkensturm.go +++ b/_examples/funkensturm/funkensturm.go @@ -53,8 +53,7 @@ func doFunkenSturm(pkt *dns.Msg) (ret []byte) { return nil } - // Loop through the Funks and decide what to do with - // the packet. + // Loop through the Funks and decide what to do with the packet. for _, f := range f.Funk { if m, ok := f.Match(pkt); ok { ret = f.Action(m)