Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build windows
|
||||
|
||||
package platform
|
||||
|
||||
// NewNetworkDiscoverer returns the Windows-specific NetworkDiscoverer.
|
||||
func NewNetworkDiscoverer() NetworkDiscoverer {
|
||||
return &WindowsNetworkDiscoverer{}
|
||||
}
|
||||
Reference in New Issue
Block a user