go ldflags設置 -w 去掉調試信息 -s 去掉符號表 -X 注入變量, 編譯時賦值 使用范圍 可以在go install 、go build、go run 、go test中使用 常用變量 編譯 ...