delete useless file

This commit is contained in:
DataHearth 2021-03-14 16:34:50 +01:00
parent b0197ecf9b
commit ea00fb18de
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package ddnsclient
import "github.com/sirupsen/logrus"
// Start create a new instance of ddns-client
func Start(log logrus.FieldLogger) error {
return nil
}