From 0dff5c1417817477fedd83c5b16249f7cc1339d2 Mon Sep 17 00:00:00 2001 From: kgeneral Date: Tue, 21 Apr 2020 21:10:22 +0900 Subject: [PATCH] Update README.md (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hot path 용어 설명 추가 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2621b7..731e232 100644 --- a/README.md +++ b/README.md @@ -923,7 +923,7 @@ func (f *foo) isRunning() bool { ## 성능(Performance) -성능-특정의(performance-specific)가이드라인은 hot path에만 적용된다. +성능-특정의(performance-specific)가이드라인은 성능에 민감한(hot path) 경우에만 적용된다. ### `fmt` 보다 `strconv` 선호