refactor: Rename project from dns-helper to ekdns across all files and documentation

This commit is contained in:
2026-03-04 17:03:30 -05:00
parent 03cbe1bb00
commit 3550193e63
25 changed files with 107 additions and 118 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
package resolver_test
import (
"ekdns/resolver"
"strings"
"testing"
"dns-helper/resolver"
)
// ---------------------------------------------------------------------------