提交
This commit is contained in:
11
pkg/message/message_other.go
Normal file
11
pkg/message/message_other.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !windows
|
||||
|
||||
package message
|
||||
|
||||
import (
|
||||
"log"
|
||||
)
|
||||
|
||||
func ShowAppLaunchMessage() {
|
||||
log.Printf("%s: %s\n", "运行成功", "服务已经启动.")
|
||||
}
|
||||
Reference in New Issue
Block a user