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

fix golint warnings

This commit is contained in:
Timothy
2017-10-27 11:57:54 +08:00
parent d4875c1064
commit e0bde61c5c
3 changed files with 9 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ type DNSPodHandler struct {
Configuration *godns.Settings
}
// SetConfiguration pass dns settings and store it to handler instance
func (handler *DNSPodHandler) SetConfiguration(conf *godns.Settings) {
handler.Configuration = conf
}