Update README.md (#3)

hot path 용어 설명 추가
This commit is contained in:
kgeneral
2020-04-21 21:10:22 +09:00
committed by GitHub
parent 2572eab946
commit 0dff5c1417

View File

@@ -923,7 +923,7 @@ func (f *foo) isRunning() bool {
## 성능(Performance)
성능-특정의(performance-specific)가이드라인은 hot path에만 적용된다.
성능-특정의(performance-specific)가이드라인은 성능에 민감한(hot path) 경우에만 적용된다.
### `fmt` 보다 `strconv` 선호