1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update comments

This commit is contained in:
TimothyYe 2018-12-07 16:50:56 +08:00
parent 4c82260c4d
commit 6d66016635

View File

@ -8,7 +8,7 @@ type IHandler interface {
DomainLoop(domain *godns.Domain, panicChan chan<- godns.Domain)
}
// CreateHandler creates dns handler by different providers
// CreateHandler creates DNS handler by different providers
func CreateHandler(provider string) IHandler {
var handler IHandler