鏡像自
https://github.com/therootcompany/serviceman.git
synced 2025-07-05 09:26:30 +00:00
12 行
226 B
Go
12 行
226 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"git.rootprojects.org/root/go-serviceman/service"
|
|
)
|
|
|
|
func printLogMessage(conf *service.Service) {
|
|
fmt.Printf("If all went well the logs should have been created at:\n\n\t%s\n", conf.Logdir)
|
|
}
|