chore: unnecessary use of fmt.Sprintf

This commit is contained in:
guoguangwu
2023-06-08 13:39:02 +08:00
parent e71815cf03
commit 1c574a893e
3 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ func (p *LogProject) ListLogStore() (storeNames []string, err error) {
"x-sls-bodyrawsize": "0",
}
uri := fmt.Sprintf("/logstores")
uri := "/logstores"
r, err := request(p, "GET", uri, h, nil)
if err != nil {
return