We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f27ef commit 360764dCopy full SHA for 360764d
main.go
@@ -74,6 +74,7 @@ func main() {
74
util.FatalError(fmt.Errorf("failed to run gin, err: %+v", err))
75
}
76
log.Infof("端口号 %s", realPort)
77
+ log.Infof(fmt.Sprintf("浏览器打开 http://localhost:%s/ 设置机器人", realPort))
78
select {}
79
80
0 commit comments