package s6netdev import ( "fmt" ) func NNDLibExec(name string) string { return fmt.Sprintf("/usr/libexec/nnd/s6/%s", name) }