空格对于缩进 url、sql 查询很有用,以使其更具可读性。有没有办法在 golang 编译时从 const 字符串中删除字符?ex: (runtime version)const url = `https://example.com/path?attr1=test&attr2=test`// this is the code to be replacedurlTrim := strings.Replace(strings.Replace(url, "\n", "", -1))
目前暂无任何回答
- 0 回答
- 0 关注
- 109 浏览
添加回答
举报
0/150
提交
取消