如何压缩Golang 编译出的可执行文件大小

go build -ldflags "-s -w"

upx或aspack压缩

如何压缩Golang 编译出的可执行文件大小

go build -ldflags "-s -w"

upx或aspack压缩

gitlab 怎么修改单个文件大小