登录
源码路径
已收录文章:1篇
三天内
三天内
一周内
一月内
三月内
最新
最热
Golang
·
Go教程
| 1年前 |
删除
·
二进制
·
源码路径
·
golang
golang 如何删除二进制文件中的源码路径信息
方法 go v1.13 go build 新增 -trimpath参数,不用以前那么麻烦了。 ➜ awesomeProject CGO_ENABLED=0 go build -v -a -ldflags="-w -s" -trimpath \ -o ./hello_word hello_word.go ➜ awesomeProject strings hello_word|grep src
353
收藏