Add missing dot end of the DNS name

Signed-off-by: Charles Moulliard <cmoulliard@redhat.com>
This commit is contained in:
Charles Moulliard 2019-05-29 10:33:23 +02:00
parent 6294ce1ff4
commit 3bb6f6c51f

View file

@ -47,7 +47,7 @@ An example Go test file has been provided in [main_test.go]().
You can run the test suite with: You can run the test suite with:
```bash ```bash
$ TEST_ZONE_NAME=example.com go test . $ TEST_ZONE_NAME=snowdrop.me. go test .
``` ```
The example file has a number of areas you must fill in and replace with your The example file has a number of areas you must fill in and replace with your