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"} }