ermos/hostsfile

View on GitHub
hosts_new.go

Summary

Maintainability
A
0 mins
Test Coverage
package hostsfile

func NewHosts(path string) *Hosts {
    return &Hosts{
        path: path,
    }
}