Commit 4750fe2
Update services/webhook/feishu.go
**Performance Overhead**
`fmt.Sprintf` is **slower** than simple string concatenation or `strconv.FormatInt` because:
* It uses reflection and parsing logic internally.
* It's designed for formatting many types, not just basic strings or numbers.
Co-authored-by: hiifong <[email protected]>1 parent 5d2ed5a commit 4750fe2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments