From 0069ce218a31c38e1e45e90ede6afe25a6c783d7 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 14 Oct 2012 11:30:08 +0200 Subject: [PATCH] docs --- ex/q/q.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ex/q/q.go b/ex/q/q.go index 7c289aea..e54f00d5 100644 --- a/ex/q/q.go +++ b/ex/q/q.go @@ -1,3 +1,7 @@ +// Q is a small utility which acts and behaves like 'dig' from BIND. +// It is meant to stay lean and mean, while having a bunch of handy +// features, like -check which checks if a packet is correctly signed (without +// checking the chain of trust). package main import (