code cleaning

This commit is contained in:
Zoltan Papp
2023-12-07 18:29:00 +01:00
parent ca9ea29255
commit 6a279c698c
11 changed files with 39 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
package dns
func (s *DefaultServer) initialize() (manager hostManager, err error) {
return newHostManager(s.wgInterface)
}