dns: refactor record formatting and sort show results #28
Reference in New Issue
Block a user
Delete Branch "pr-amery-dns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
70411a2aabto36347abaabsee comments.
@@ -41,0 +52,4 @@return truecase a.Name > b.Name:return false}I think here you might want to optimize and compare
strings.ToLower(a.Name)tostrings.ToLower(b.Name)@karsaz like this?
LGTM