From 14dd3c1fb9ab8175237d4d65e08d60a905d0b213 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 9 Jun 2025 17:32:44 -0600 Subject: [PATCH] WIP: test: add example test --- provider_test.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 provider_test.go diff --git a/provider_test.go b/provider_test.go new file mode 100644 index 0000000..958f5db --- /dev/null +++ b/provider_test.go @@ -0,0 +1 @@ +package libdnstemplate_test