空格對(duì)于縮進(jìn) url、sql 查詢很有用,以使其更具可讀性。有沒(méi)有辦法在 golang 編譯時(shí)從 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))
golang 在編譯時(shí)刪除 const 字符串中的字符(用于可讀性)(空格、\n 和 \t)
三國(guó)紛爭(zhēng)
2023-06-26 16:44:10