golang-ko/tour

tour: 단어 번역이 빠진 부분이 있습니다.

dextto opened this issue · 0 comments

Context: https://go-tour-ko.appspot.com/methods/4

원문:
For example, the Scale method here is defined on *Vertex.

번역문:
예를 들어, 여기서 Scale 방법은 *Vertex 에 정의되어 있습니다.


원문:
Since methods often need to modify their receiver, pointer receivers are more common than value receivers.

번역문:
메소드는 종종 리시버를 수정해야하기에 포인터 리시버가 값 수신기보다 더 일반적입니다.