dakeshi
dakeshi
```go type ( A0 = []string A1 = A0 A2 = struct{ a, b int } A3 = int A4 = func(A3, float64) *A0 A5 = func(x int, _ float64)...
receive operator, receive operation 관련해서 번역 용어 통일성 검토가 필요할 것 같습니다. 문맥에 적합하다면 변경할 필요가 없겠지만요. 아래는 용어들에 대한 번역 예시입니다. * receive operator 채널 수신자(Built-in_functions_length_and_capacity.md) * receive operation...
Markdown에서 cross reference 문법에 대해 참고 글 남깁니다. 참고: https://dakeshi.gitbooks.io/markdown-test/content/ markdown 에서 inter document section 참조는 크게 두 가지 방법으로 가능합니다. 하나는 html 태그를 header에 포함시키는 방법이고 두번째는 html 태그...