We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
대부분의 언어에서 struct는 구조체로 번역하고 있습니다.
구조체
go spec 의 경우 타입 번역 규칙에 따라 struct type은 struct 타입으로 번역하는 것을 기본으로 합니다.
struct 타입
어감을 위해 selector expression을 선택자 식 으로 번역하는 대신 선택자 표현식으로 번역한 것처럼, struct 를 struct 타입 대신 구조체로 번역하면 더 자연스럽다고 생각하는 구문이 발견되면 transifx 링크를 코멘트로 남겨주시길 바랍니다.
선택자 식
선택자 표현식
The text was updated successfully, but these errors were encountered:
No branches or pull requests
대부분의 언어에서 struct는
구조체
로 번역하고 있습니다.go spec 의 경우 타입 번역 규칙에 따라 struct type은
struct 타입
으로 번역하는 것을 기본으로 합니다.어감을 위해 selector expression을
선택자 식
으로 번역하는 대신선택자 표현식
으로 번역한 것처럼,struct 를
struct 타입
대신구조체
로 번역하면 더 자연스럽다고 생각하는 구문이 발견되면transifx 링크를 코멘트로 남겨주시길 바랍니다.
The text was updated successfully, but these errors were encountered: