From b778cdc2ff79adb12c8f1683a9112f359b5d8d34 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 3 Sep 2012 13:59:33 +0200 Subject: [PATCH] tweak examples --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_test.go b/example_test.go index 82bccaa2..83550cd3 100644 --- a/example_test.go +++ b/example_test.go @@ -64,6 +64,6 @@ func ExampleAuthors() { // To extend the authors list, just append to dns.Authors (a []string) Authors = append(Authors, "G. I. Joe") - // Or + // Or ... Authors = []string{"Just Me"} }