tweak examples

This commit is contained in:
Miek Gieben 2012-09-03 13:59:33 +02:00
parent c03a914cec
commit b778cdc2ff
1 changed files with 1 additions and 1 deletions

View File

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