TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.5k stars 220 forks source link

Break up utils package into multiple files #160

Closed drewgingerich closed 2 years ago

drewgingerich commented 2 years ago

This PR breaks up the utils package that currently consists of the file internal/utils/utils.go into a few files with specific focuses. I think this will make it easier to work with specific things in the utils package.

TimothyYe commented 2 years ago

Thanks for the contribution, really appreciate it!