8 lines
93 B
Go
8 lines
93 B
Go
// +build !windows
|
|
|
|
package portname
|
|
|
|
func servicesPath() string {
|
|
return "/etc/services"
|
|
}
|