We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDatHome x86_64 for linux (built on CentOS7.6, golang-1.13.11-1.el7.x86_64)
第1次尝试 编译指令:go build main.go 成品URL: https://linode.indlut.cn/tmp/DDatHome-go,大小9764KB 实测,打开之后就显示一行Dial wss://cluster.vtbs.moe/?runtime=go&version=1.0.1&platform=linux&name=LittleFatty,然后什么都没了
go build main.go
https://linode.indlut.cn/tmp/DDatHome-go
Dial wss://cluster.vtbs.moe/?runtime=go&version=1.0.1&platform=linux&name=LittleFatty
第2次尝试 感觉不太对,换了一套编译指令 go build -ldflags "-s -w" -o DDatHome-x86_64 成品在https://linode.indlut.cn/tmp/DDatHome-go-x86_64,大小7172KB 跑一圈,感觉没啥区别,都是只显示一行提示就没反应了。
go build -ldflags "-s -w" -o DDatHome-x86_64
https://linode.indlut.cn/tmp/DDatHome-go-x86_64
所以,就显示一行,是正常的吗?
The text was updated successfully, but these errors were encountered:
草,2年后由于更新about页面需要添加go,测试遇见了同样的问题,于是我来了。 这个我问了下@imlonghao 和@Mrs4s 原因出在main.go的第166行,那行注释掉了,所以跑起来就是正常什么都不显示,在去掉注释的情况下,我的build完毕后已经正常显示可以使用。 不过由于情况比较迷惑,毕竟我也以为坏了,推荐去掉注释以后直接显示信息运行吧。
Sorry, something went wrong.
修复log不正常显示
4b91a9f
由于会给#1 这样造成迷惑,所以回滚以前的方式
No branches or pull requests
DDatHome x86_64 for linux (built on CentOS7.6, golang-1.13.11-1.el7.x86_64)
第1次尝试
编译指令:
go build main.go
成品URL:
https://linode.indlut.cn/tmp/DDatHome-go
,大小9764KB实测,打开之后就显示一行
Dial wss://cluster.vtbs.moe/?runtime=go&version=1.0.1&platform=linux&name=LittleFatty
,然后什么都没了第2次尝试
感觉不太对,换了一套编译指令
go build -ldflags "-s -w" -o DDatHome-x86_64
成品在
https://linode.indlut.cn/tmp/DDatHome-go-x86_64
,大小7172KB跑一圈,感觉没啥区别,都是只显示一行提示就没反应了。
所以,就显示一行,是正常的吗?
The text was updated successfully, but these errors were encountered: